Hi Friends, I\'m working on a small task which is to enable the user to tabindex the html element upon enter keypress.
As im new to jquery , I have
var tab = $(this).attr("tabindex"); tab++; $("[tabindex='"+tab+"']").focus();