[Plugin: jQuery UI Widgets] where do I put the option code?
-
Hello,
I would like to change my accordion instances so they are collapsible…where do I need to change code to do this?
I’ve tried adding the following to my theme, in header.php and index.php:
<script> $(function() { $( ".selector" ).accordion({ active: false }); $( ".selector" ).accordion({ collapsible: true }); $( ".selector" ).accordion({ autoHeight: false }); }); </script>
but it doesn’t seem to be working.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: jQuery UI Widgets] where do I put the option code?’ is closed to new replies.