Created
July 8, 2015 03:00
-
-
Save lephuongbg/5143390936bdf57d2881 to your computer and use it in GitHub Desktop.
Fix Sharp comment tab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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