[jQuery] Re: Binding submit events via Taconite

2008-04-24 Thread kotouc
Hi Peter, My tests confirmed the following: 1) the need to refresh all behavior after updating DOM. Lets say you have some behavior on table and you add new rows. Those rows will not inherit the events and behavior already attached on table. 2)inline events on added DOM elm will not fire in IE.

[jQuery] Re: Binding submit events via Taconite

2008-04-24 Thread kotouc
Hi Peter, My tests confirmed the following: 1) the need to refresh all behavior after updating DOM. Lets say you have some behavior on table and you add new rows. Those rows will not inherit the events and behavior already attached on table. 2)inline events on added DOM elm will not fire in IE.