jquery - how to keep textarea focus intact on clicking outside -


i'm making onscreen keyboard need keep focus intact of activated textarea on clicking on onscreen keyboard buttons.

tried

$("#keyboard li").on("click",function(){ // [#keyboard li] keyboard button     $("#textarea").focus(); }); 

on clicking on keyboard buttons it's resetting focus , pointer

how this?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -