Skip to content
Advertisement

Tag: onfocus

onBlur event prevents onClick event

I have an input text box with an onfocus and an onblur event. Under the text box is a div which is hidden by with display: none. The div should be displayed if text box is focused and hide if blurred. This seem to work. Now I want to let the div stay visible or do any clicks on div

Advertisement