Skip to content

Instantly share code, notes, and snippets.

@lephuongbg
Created July 8, 2015 03:00
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 lephuongbg/5143390936bdf57d2881 to your computer and use it in GitHub Desktop.
Save lephuongbg/5143390936bdf57d2881 to your computer and use it in GitHub Desktop.
Fix Sharp comment tab
jQuery('#tabpage_10').on('click', '.itemCommentsPagination a', function(e) {
e.preventDefault();
jQuery('#tabpage_10').fadeTo('fast', 0.7);
jQuery('#tabpage_10').load(this.href + ' #tabpage_10 .itemComments', function() {
jQuery('#tabpage_10').fadeTo('fast', 1);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment