Advertisement
Guest User

Fernando Basso

a guest
Aug 1st, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $('.modeloMaisUm').live('blur', function () {
  2. if ($(this).eq(-1)) {
  3. console.log('bingo');
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement