JQuery Programmer Question:
What is event.PreventDefault?

Answer:
The event.preventDefault() method stops the default action of an element from happening. For example, Prevents a link from following the URL.
Previous Question | Next Question |
Explain .bind() vs .live() vs .delegate() vs .on()? | How to write browser specific code using jQuery? |