Advertisement
jiue123

Check src of img

Aug 4th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.14 KB | None | 0 0
  1.  
  2. html
  3. <img src="" style="max-width:100%;display: none;margin-top:16px" id="img1">
  4.  
  5. jquery
  6.  
  7. if(($("#img1").attr("src")) != ''){
  8.         alert(1);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement