Answer Posted / 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 |
Post New Answer View All Answers
How can we apply css in last child of parent using jquery library?
What are the difference between alert() and confirm()?
What are the types of selectors that are used in jquery? Give examples.
What is the difference between find and children methods?
What is the use of val() method in jquery?
What is called chaining?
Explain chaining in jquery? : jquery mobile
Is window.onload is different from document.ready()?
What is difference between $(this) and ‘this’ in jquery?
List the advantages of jquery?
What is jquery connect and how to use it?
Explain the difference between event.preventdefault and "return false"? : jquery mobile
What are the difference between empty(), remove() and detach() functions in jquery?
What is queue() in jquery? Use of queue() in jquery?
How to fetch the values of selected checkbox array using jquery?