Skip to content Skip to sidebar Skip to footer

Html Onunclick Handler?

I want to trigger one handler when an input field is clicked, and another handler when it is deselected (i.e. if someone clicks outside of the field). Is there a way to accomplish

Solution 1:

I think onBlur event should be suitable for this


Post a Comment for "Html Onunclick Handler?"