WHAT'S NEW?
Loading...

Delegates in jquery

Dynamic UI at browser side is more of my concern these days. I need to add controls with different events dynamically to meet my system requirements and features. One major issue I observed in past and again in this time is that I am not able to handle click event to the dynamically created buttons.

Yes, I had to add events to the buttons in order to define what statements to be executed in the click of a button.

So dynamic controls in HTML must be assigned with events before defining what to do on those events.

1 comment: Leave Your Comments