$(function() { $('[autofocus]:visible:not(:focus)').first().focus(); });
$(function() { $('[autofocus]:not(:focus)').eq(0).focus(); });
$(function(){ $('form').find(':text, textarea').filter(":visible:enabled").first().focus(); })
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)