I have a question about the performance of on use as the former live and on use as the former bind.
My question is what is the better choice in terms of performances if we have to create multiple (let's say hundreds) elements in the dom and add an event on each of them :
- Use 'on' one time as a live
- Use 'on' each time we create an element as a bind
Thank you for your response.