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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -