jQuery page to change the size of the event, sliding page events

$(function(){

  $(window).resize(function(){

    $ (Window) .width; // Get the width of the visible area

    $ (Window) .height; // Gets the height of the visible area

  });

 

  

  $(window).scroll(function(){

    $ (Window) .scrollTop (); // get the page to be crimped height

    $ (Window) .scrollLeft (); // gets the width of the page is curled

  });

});

Guess you like

Origin www.cnblogs.com/yanghaoyu0624/p/11459929.html