Skip to content

Instantly share code, notes, and snippets.

View jospoortvliet's full-sized avatar

Jos Poortvliet jospoortvliet

View GitHub Profile
<script>
// open the collapsible item in the FAQ from the URL
$(document).ready(function(){
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click();
}
});
// Open the collapsible item in the FAQ when clicked on a href
jQuery( 'li.faqinfo a' )