Difference between revisions of "Template:Washington"

Line 275: Line 275:
 
     <!-- End of CSS -->
 
     <!-- End of CSS -->
 
<script type="text/javascript">
 
<script type="text/javascript">
(function($){
+
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
      },1000,function()
+
  },2000,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){
+
            setTimeout(function(){
+
                $('html, body').scrollTop(0).show()
+
                jump()
+
            }, 0);
+
        }else{
+
          $('html, body').show()
+
        }
+
    });
+
 
+
})(jQuery)
+
  
 +
    if (location.hash){
 +
        setTimeout(function(){
 +
            $('html, body').scrollTop(0).show();
 +
            jump();
 +
        }, 0);
 +
    }else{
 +
        $('html, body').show();
 +
    }
 +
});
 
</script>
 
</script>
  

Revision as of 23:16, 10 September 2015