What is event.PreventDefault?
Answer / chaitanya
The event.preventDefault() method stops the default action of an element from happening. For example, Prevents a link from following the URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is .empty()? : jquery mobile
Explain remove class jquery with example?
How can you get the type of arguments passed to a function?
What are the types of selectors in jQuery?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
How to disable/enable an element with jQuery?
Explain the term method chaining? : jQuery Mobile
Why do we use jQuery?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
What is the use of the animate() method in jquery?
How to control page titles in jquery mobile? : jquery mobile