Skip to content

Instantly share code, notes, and snippets.

@rohit-skywalker
Created June 7, 2017 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohit-skywalker/dd9385fef72e71bc30f3cc498e4a2883 to your computer and use it in GitHub Desktop.
Save rohit-skywalker/dd9385fef72e71bc30f3cc498e4a2883 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($){
setTimeout(function(){
$('body').find('.accordion.load_first .accordion-toggle.collapsed').trigger('click');
},1000);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment