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