Advertisement
orksnork

Untitled

Jul 15th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. $(window).resize(function() {
  2.     $("#content-well").fadeTo('100', 0.0, function(){
  3.         $("#content-well").fadeTo('100', 1.0)
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement