Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('#uploadMedia').livequery("click",function(){
  2. $('#show_img_upload_div').slideToggle('slow');
  3. $("#comment").focus();
  4. $('.upfrm').show();
  5. $('#submit').hide();
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement