Guest User

Untitled

a guest
Oct 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $('.listedit-form li:last').live('keydown', function(e) {
  2. var add_html = o.add_html.join('').replace(/placeholder/, o.placeholder);
  3. $(this).append(add_html);
  4. // $('.listedit-form li:last').clearingInput(); // Didn't work
  5. });
Add Comment
Please, Sign In to add comment