Guest User

Untitled

a guest
Sep 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.16 KB | None | 0 0
  1. $('#grid td img.livre').live('click', function(e) {
  2.             $(e.target).parent().html($('div#infos_'+$(e.target).attr('id')).html());
  3.         });
Add Comment
Please, Sign In to add comment