Imagine a situation:
1. Table with some rows and on one of the columns there is an input with
class="datePicker"
2. We set the datePicker like this:
$("tr .datePicker").datePicker();
3. When you add a row to the table by javascript, the datePicker won't run on
the new row unless it is binded again. If the handler was set by .live()
instead of .bind() this would work well.
Thanks.
Original issue reported on code.google.com by vojtech%...@gtempaccount.com on 28 Sep 2010 at 3:07
Original issue reported on code.google.com by
vojtech%...@gtempaccount.com
on 28 Sep 2010 at 3:07