focusout not triggering when clicking on another selector with a click
- by Sean
I have 2 divs that each have clicks bound to them. when you click on a div a form is displayed (in another div) that allows you to set properties specific to the div that is clicked.
I'm using focusout to save the properties to a data object. everything is working perfectly except when i click on the other div. it seems that the click handler on the other div cancels out the focusout of the form field.
Has anyone else experienced this? is so what is the proper way to overcome this?