jQuery Mobile Question:
Tell me an example usage of jQuery Mobile?
Answer:
$('div').on('tap', function(event){
alert('You tapped an element');
});
alert('You tapped an element');
});
Previous Question | Next Question |
Explain the features of jQuery Mobile? | What is jQuery Mobile Theming? |