Guest User

Untitled

a guest
Jan 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. table.setAttribute('class','table_produto'); //coloca um nome
  2.  
  3. $(".table_produto").length; //quantidade de produtos
  4. $(".table_produto")[0]; //produto (ou tabela) numero 1
  5. $(".table_produto")[1]; //produto (ou tabela) numero 2
Add Comment
Please, Sign In to add comment