jQuery Mobile Question:

Tell me an example usage of jQuery Mobile?

Tweet Share WhatsApp

Answer:

$('div').on('tap', function(event){
alert('You tapped an element');
});

Download jQuery Mobile PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
Explain the features of jQuery Mobile?What is jQuery Mobile Theming?