Guest User

Untitled

a guest
Feb 22nd, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.     url:'/',
  3.     success:function(m){
  4.         $(m).find('img').each(function(){
  5.             console.log($(this).attr('src'))
  6.         })
  7.     }
  8. })
Advertisement
Add Comment
Please, Sign In to add comment