Hi,

I have a tabular data that updated via ajax (using table and input)

I have inputs that looks like this
<input type='text' name='birthDate' class='datepicker' value='....'/>

this input generated by ajax or added dynamically.

on js :
$('.datepicker').datepicker();

but it seems it is not working with new <input> and i need to call $
('.datepicker').datepicker();  again everytime i add new <input>

is there any way to make sure that new added (by ajax) has datepicker
as well?
i am using jquery 1.3.2 and ui 1.7.2

Reply via email to