Sample code: http://jsfiddle.net/slolife/PnmxM/
I ask about this, although there are a number of similar questions, but I feel that they do not match.
I have a text box that, when it is blurry, should do something.
I also have a link that is always visible (other questions seem to differ), and when clicked - do something.
My blur handler fires, but the click handler does not work.
Is there any way to handle this?
Update
Many people indicated that the warnings caused my problem. Thanks. In my real code, I have no warnings, but instead remove the text box from the DOM.
So, I updated the script to better reflect this with console.log calls instead of alert () calls. Any further help is appreciated.
source share