Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jQuery('a.ttshowcase_page').attr('href',function(){
- var newurl = jQuery(this).attr('href').replace('#ttshowcase_0', '');
- return newurl;
- });
- jQuery('a.ttshowcase_next').attr('href',function(){
- var newurl = jQuery(this).attr('href').replace('#ttshowcase_0', '');
- return newurl;
- });
- jQuery('a.ttshowcase_previous').attr('href',function(){
- var newurl = jQuery(this).attr('href').replace('#ttshowcase_0', '');
- return newurl;
- });
- if(window.location.href.indexOf("ttpage") > -1) {
- jQuery('html,body').animate({
- scrollTop: jQuery("#ttshowcase_0").offset().top
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment