ios - Jquery mobile - How to handle click event on body tag? -


as title, want handle click event on body tag release focusing of text input. using phonegap , jquerymobile. please helps!

thanks alot.

what problem? developed lot ofapplications phonegap , jqm , never noticed problem describe. blur event fires automatically. anyway can use to: jquery('body').on('click',function(){ jquery('input').trigger('blur'); })


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -