Difference between revisions of "Template:Washington"

Line 275: Line 275:
 
     <!-- End of CSS -->
 
     <!-- End of CSS -->
 
<script type="text/javascript">
 
<script type="text/javascript">
var jump=function(e)
+
 
{
+
    var jump=function(e)
  if (e){
+
    {
      e.preventDefault();
+
      if (e){
      var target = $(this).attr("href");
+
          e.preventDefault();
  }else{
+
          var target = $(this).attr("href");
      var target = location.hash;
+
      }else{
  }
+
          var target = location.hash;
 +
      }
  
  $('html,body').animate(
+
      $('html,body').animate(
  {
+
      {
      scrollTop: $(target).offset().top
+
          scrollTop: $(target).offset().top
  },2000,function()
+
      },1000,function()
  {
+
      {
      location.hash = target;
+
          location.hash = target;
  });
+
      });
  
}
+
    }
  
$('html, body').hide();
+
    $('html, body').hide()
  
$(document).ready(function()
+
    $(document).ready(function()
{
+
    {
    $('a[href^=#]').bind("click", jump);
+
        $('a[href^=#]').bind("click", jump);
  
    if (location.hash){
+
        if (location.hash){
        setTimeout(function(){
+
            setTimeout(function(){
            $('html, body').scrollTop(0).show();
+
                $('html, body').scrollTop(0).show()
            jump();
+
                jump()
        }, 0);
+
            }, 0);
    }else{
+
        }else{
        $('html, body').show();
+
          $('html, body').show()
    }
+
        }
});
+
    });
 +
 
 
</script>
 
</script>
  

Revision as of 23:18, 10 September 2015