More same FAQs at one page – JS improvement
-
hrf-script.js
jQuery(function($){ $(document).ready(function(){ $('.hrf-title').click(function(){ var $this = $(this) ,$parent = $this.parent() , my_content_id = $this.attr('data-content-id') ; $parent.find('#' + my_content_id).slideToggle(); $this.toggleClass(function(){ if ($(this).is('.close-faq')) { return 'open-faq'; } else { return 'close-faq'; } }); }); //.hrf-title click }); });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘More same FAQs at one page – JS improvement’ is closed to new replies.