SCRIPT:Click 1
Click 2
jQuery(document).ready(function() { jQuery('#faq-list h2').click(function() { jQuery(this).next('.answer').slideToggle(500); jQuery(this).toggleClass('close'); }); }); // end readyImportant: Please make sure, jQuery library is included in the page.
No comments:
Post a Comment