Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. myw = $(window).width();
  2. $('#signature').prop("width", myw).css({'width':myw});
  3.  
  4. $('canvas.jSignature').prop({"height": mh, "width": myw}).css({'height':mh+'px'});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement