Difference between revisions of "Template:Washington"

Line 353: Line 353:
 
         scrollToID(scroll, 1000);
 
         scrollToID(scroll, 1000);
 
         $.removeCookie('scroll');
 
         $.removeCookie('scroll');
 +
 +
 +
 +
 
     }
 
     }
  
Line 385: Line 389:
 
     });
 
     });
  
});
 
 
$(document).ready(function(e){ 
 
    var str= location.hash;
 
    var n=str.replace("_temp","");
 
    $('html,body').animate({scrollTop:$(n).offset().top}, 1000);
 
});
 
 
$(document).ready(function() {
 
 
     var tabs = $("#container-1").tabs();
 
     var tabs = $("#container-1").tabs();
 
     var tabCounter = 1;
 
     var tabCounter = 1;
Line 405: Line 400:
 
         tabs.tabs("select", 1);
 
         tabs.tabs("select", 1);
 
     });
 
     });
});  
+
 
 +
});
 +
 
 +
$(document).ready(function(e){ 
 +
    var str= location.hash;
 +
    var n=str.replace("_temp","");
 +
    $('html,body').animate({scrollTop:$(n).offset().top}, 1000);
 +
});
 +
 
  
 
/* to make the sidebar anchor*/
 
/* to make the sidebar anchor*/

Revision as of 09:38, 17 September 2015