This content has been marked as final.
Show 2 replies
-
1. Re: slideToggle issue driving me crazy!!
hemanth kumar r May 27, 2014 11:43 AM (in response to jamesfootight)Seems to be a problem with ,err letter capitalization
In the videosbutton click listener,last function call is
sym.getsymbol("Contentcontent").$("videos").slideToggle();
If should be
sym.getSymbol("Contentcontent").$("videos").slideToggle();
's' is for getSymbol is small in your composition make it caps
-
2. Re: slideToggle issue driving me crazy!!
jamesfootight May 29, 2014 11:26 PM (in response to hemanth kumar r)you're a star!


