[jQuery] to change tab for enter
[jQuery] to change tab for enter
$("input[@type=text]").keydown(function(e){
if (e.keyCode == 13) {
$("input[@type=text]", this).next();
}
});
?
help
thanks
--
View this message in context:
http://www.nabble.com/to-change-tab-for-enter-tf3584151s15494.html#a10015090
Sent from the JQuery mailing list archive at Nabble.com.
Topic Participants
fabyo.php
rortelli
kswedberg
bruce
leok85