I want to call a javascript function on focusout
of a textbox. I have quite a lot of TextBoxes
so to prevent a listener for every TextBox
is there any possibility of calling the same javascript method on any textBox
focusout
passing the value of the Textbox as an parameter?
I want to do this on client side and not on server side.
The blur event occurs when the field loses focus.
Try this: