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 the basic need to start with jQuery?
What are selectors in jquery mean ?
Is it too early to discuss jquery ui 1.8?
Is numeric in jquery?
What does dollar sign ($) means in jQuery?
What is method chaining in jquery and what are the advantages?
How can you delay document.ready until a variable is set?
What is the difference between onload() and document.ready()?
What is the use of clone method in jQuery?
What are selectors in jquery? Explain
What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is the use of val() method in jquery?