Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. jQuery('a').filter(function() {
  2. return jQuery(this).attr('href').match(/\.(jpg|png|gif|JPG)/);
  3. }).prepend(function(index,html){return '<img src="'+html+'" />'});
Add Comment
Please, Sign In to add comment