Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $("#sections").click(function(e) {
  2. var $link = $(e.target);
  3.  
  4. if ($link.is("input[type='file']")) {
  5. // show the file browse window??
  6. }
  7. });
Add Comment
Please, Sign In to add comment