How do I use dsid name in javascript to show the carousel content?
Ived created a button and in the event, run javascript I'ved put this up
$('[dsid=mobilegrid_175]').click(function(){
$('[dsid=mobilecarouselitem_4]').show();});
There are no error warnings but to my surprise the code does work for me.....
Please enlighten me, Thanks in advance.....