jquery plugins - How can I set focus on a form input inside jScrollPane? -


an outsourcer implemented jscrollpane on our project time ago , discovered preventing me setting focus on form text inputs inside it. if remove jscrollpane can set focus with:

$("#myfield").focus(); 

i've been through jscrollpane time afternoon can't find cause of problem.

thanks @anurupr, solved me. made me realize jscrollpane not being called javascript file. found call in main php file , able set focus after jscrollpane fixed it.

i've answered own question in order mark thread answered.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -