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 |
How to write browser specific code using jquery? : jquery mobile
Can there be more than one ready function in jquery?
What is chaining in jQuery?
How do I pull a native DOM element from a jQuery object?
What is the difference between onload() and document.ready()?
How to disable jquery animation? : jquery mobile
How you will use jquery means requirement needed for using jquery.
What is the use of delay() method in JQuery?
How do you get the attribute of an html tag in jquery?
What are the selectors in jquery? How many types of selectors in jquery?
What is jQuery connect?
What is the difference between parent() and parents() methods in jQuery?