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 features of jquery, has been used in web applications?
What is the difference between size and length of jQuery?
How do you check if an element exists or not in jQuery?
Define each() function in jquery?
What is the between $(this) and 'this' in jquery?
What is the difference between .js and .min.js?
In jquery, what is the meaning of toggle?
Is jquery html() method works for both html and xml documents?
Which operating system is more compatible with jQuery?
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
Write a basic jquery code?
Can jquery be used to make an ajax request?