Skip to content

Instantly share code, notes, and snippets.

@99manish
Created January 16, 2019 13:06
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 99manish/a10fe325f45b9756eeeb64e0c344e10d to your computer and use it in GitHub Desktop.
Save 99manish/a10fe325f45b9756eeeb64e0c344e10d to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function(){
jQuery('.unit_content').on('unit_traverse',function(){
 
jQuery('body').find('.add_comment').trigger('click');
 
});
 
jQuery('.add_comment').trigger('click');
 
});
jQuery('.unit_content').on('unit_traverse',function(){
 
jQuery('body').find('.add_comment').trigger('click');
 
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment