InterviewSolution
Saved Bookmarks
| 1. |
Explain 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. The event.preventDefault() method stops the default action of an element from happening. For example, Prevents a link from following the URL. |
|