Guest User

Untitled

a guest
Dec 12th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var id = v_obj.attr('id'); // aqui eu pego o id
  2. id // result: nome
  3. console.log(typeof(id)); // result: string
  4.  
  5. $('#'+id).fadeIn().text(msg); // esse comando não funciona.
Add Comment
Please, Sign In to add comment