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 |
Define animate function in jquery?
How to divide a page into parts using jquery mobile? : jquery mobile
What is .remove()? : jquery mobile
Which is fast document.getElementByID('txtName') or $('#txtName').?
What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
How to write browser specific code using jQuery?
List the basic selectors in jquery?
What are the two types of CDNs?
List the advantages of jquery?
What are selectors in jquery mean ?
How to find grand children in of an element?
What is parent() in jquery?