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 does $("P") will select?
Difference Between Prop and Attr in jQuery?
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
What is jQuery CDN?
What are different type of selector in jQuery?
What are the effects methods used in jquery?
How to use jquery?
Create a plugin that would add and remove a class on hover.
How to get the server response from an ajax request using jquery?
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
What is a dom in jquery? How can we make sure that dom is ready?
What is the difference between map and grep function in jquery?