Friday, 21 September 2012

Focusing first elemet in the form using jquery



Focusing first element in the form using jQuery

                $("form:not(.filter) :input:visible:enabled:first").focus();