Skip to content

Instantly share code, notes, and snippets.

@rohit-skywalker
Created May 9, 2017 12:31
Show Gist options
  • Save rohit-skywalker/d9f19775f33410d4df98e7b3017c1090 to your computer and use it in GitHub Desktop.
Save rohit-skywalker/d9f19775f33410d4df98e7b3017c1090 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function($){
setTimeout(function(){
$('body').find('.course_curriculum .course_section>td').trigger('click');
},1000);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment