Posts by Ronaldo Ramos • 11 points
1 post
-
1
votes4
answers7358
viewsA: How to jump to the next field using jQuery?
//Vai para próxima linha da tabela, no input da 4ª coluna ao dar enter function func_proximo($lin_tb) { if(event.keyCode==13) { var $tbl =…