Guest User

Untitled

a guest
Nov 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // On cible un element qui n'existe pas encore
  2. $('body').on('click', '.element_cree_dynamiquement', function(){
  3. // do something
  4. });
Add Comment
Please, Sign In to add comment