How to stop an event for raising

Posted by Akshay on Stack Overflow See other posts from Stack Overflow or by Akshay
Published on 2010-06-07T13:22:21Z Indexed on 2010/06/07 13:32 UTC
Read the original article Hit count: 180

Filed under:

Hi, I have Two fields, one textbox nad one Div element. I have onblur event for textbox, and onclick event for div element. when i click the div element the textbox's onblur event occurs and not the onclick event of div element. how to supress the onblur event when i click on the div element

Thanks in advance

© Stack Overflow or respective owner

Related posts about javascript-events