Guest User

Untitled

a guest
Jan 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //On enlève le placeholder à chaque tabulation
  2. $(".okEdit").on('focus', function(event) {
  3. var elt = $(event.target);
  4. var placeholder = elt.children('.placeholder');
  5. $(placeholder).html("");
  6. $(placeholder)
  7. console.log("OK");
  8. });
Add Comment
Please, Sign In to add comment