This might be the simple but I want to get in to core of this query.
I am using jQuery Mobile Latest build for one of my project. There is a problem with the response on the click event of a button.
- I have to double click the button in order to fire it's click event and it takes time to start processing the click event handler for the button.
Query 1: Is it jQuery that messing it up.
Query 2: Can't only a single click can process jQuery's click event handler.
I have searched around the internet but did not find the appropirte resolution.