How do I bind the Appery click event to items dynamically added to a list using jquery append
My application is dynmically adding to a list element. The click event works for any items in the list when it was initially create, but and dynmically added items don't respond to the click event.
What is the easiest way to bind the click event added thru appery to these dynmically added items.