I am using a form statement. Consider, a form with an input statement
with id="id1" statement.
When the value of id1 changes ajax is fired which loads a modified
form with a new textfield with id say id2.
Now, the js fragment in the file which was $
('#id2').blur("Actions......") is not executed.
Now, i tried including ('$#id2').bind("blur",function(e){Actions}) in
the function that loads the data. This is done immediately after the
data is loaded. But still, id2 does not respond to the blur event.
Please Help.

Reply via email to