Someone knows how to jump to the next field (input) using the function inside the event:
click(function() {
Can not be by ID because I'm using inside a div that uses the CLONE function of jquery. Thankful
Someone knows how to jump to the next field (input) using the function inside the event:
click(function() {
Can not be by ID because I'm using inside a div that uses the CLONE function of jquery. Thankful
I have. I used the .focus () function; and it worked ... Thanks!