jquery - slideToggle stopped working in IE 9 -


I had no problem until I upgraded to IE 9.

Here is javascript:

/ P>

  jQuery.noConflict (); Var $ j = jQuery; $ J (document) .ready (function () {$ j ('div.menu_class'). Click (function () {$ j ('ul.the_menu') Slide Toggle ('Medium');})}}     

Here is html:

  

Comments