Thank you for the kind words and for the valuable feedback. Auto-expanding the FAQ question has been raised before and is something I’ll be exploring. I don’t see it making it into v1.6, which should be going into testing shortly, but more likely into v1.7.
Thread Starter
jonsie
(@jonsie)
I greatly appreciate the response, John! I will keep my eyes out for a future enhancement. 🙂
When this function will be added?
Hi Beherit,
Thanks for using my plugin. Unfortunately I don’t have an timetable on my releases. I update this and my other plugins when free time allows, which has been in short supply recently.
jQuery(document).ready(function($) {
if(window.location.hash) {
var hash = window.location.hash.substring(1);
$('#'+hash).addClass('faq-open').removeClass('faq-closed').next('.arconix-faq-content').addClass('faq-open').removeClass('faq-closed');
}
});
🙂
@john why You haven’t added this feature to new version?