Javascript Reference
Categories: event

javascript event preventDefault( )

@March 15, 2008, 1:22 a.m.
preventDefault( ) Firefox/Netscape/NN 6 IE n/a Chrome/Safari/DOM 2

 

 

Instructs the current event to bypass the normal operation it performs on the node. Once set, the mode cannot be undone for the current event. The following Netscape 6 event listener function for an onkeypress event allows only numbers to be entered into a text field:

function numsOnly(evt) {
    if (evt.charCode< 48 || evt.charCode > 57) {
        evt.preventDefault( );
    }
} 
 

This method is the equivalent of assigning false to the IE event.returnValue property, or having an event handler evaluate to return false.

 
Parameters

None.

 
Returned Value

None.

buy cytotec for sale - <a href="https://cytenica.com/cardizem/">buy diltiazem online</a> diltiazem online
Lqzuwq - 4 hours
order clarinex 5mg pills - <a href="https://desloritin.com/">buy generic clarinex 5mg</a> priligy 90mg brand
Rmcuop - 39 hours
medrol price - <a href="https://gnmethybalin.com/apregabalin/">lyrica 150mg cost</a> cost triamcinolone 10mg
Wboinl - 3 days

Powered by Linode.