Text box focusing in safari and Chrome browsers

Normally, cursor focusing(focus) is not working in chrome and safari browsers,so add the below codings in client side.




function CurFocus()
{


$('.txtEmail').focus();


}
function pageLoad()
{
setTimeout(CurFocus(),3000);
}


window.onload = pageLoad;

Comments

Popular posts from this blog

SharePoint: Group By on more than 2 columns in a view (SP 2010)

Configure Form Based Authentication (FBA) in SharePoint 2010

SharePoint 2010 Windows PowerShell Interview Questions