Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var vid_expand = function()
  2.     {
  3.         jQuery(".vid_block").stop().animate({ width: '940px', height: '400px' }, 1000, wobOn());
  4.        
  5.     }
  6.  
  7.     //this code is called half way through the completion of the vid_expand code call
  8.     var wobOn = function()
  9.     {
  10.         wob = true;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement