Guest User

Untitled

a guest
Apr 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. jQuery(document).on('click','#Pagination a', function(e){
  2. e.preventDefault();
  3. var link = jQuery(this).attr('href');
  4. var nxtPage = jQuery(this).attr('href');
  5. window.history.pushState('obj', 'newtitle', nxtPage);
  6. jQuery('.preloadswitch').load(link+' .the-categories').fadeIn('slow');
  7. });
Add Comment
Please, Sign In to add comment