Hi I am trying to make form which contains a list of items.

I have a set of events which need to be bound to each item, at the
moment everytime I add a new item, I have to unbind all items and add
the event again to all items for the new item to work like the rest of
them.

This means my application becomes quite slow as the number of items
becomes very large. Is there a better way to bind events only to newly
added items? or is there something I can do to speed things up?

The way I'm adding the item is just by adding another row to the html
table using the append() method. Should I be doing it another way?

Reply via email to