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
Post a Comment