Is there any way to detect an event AFTER an item has been added to a ListBox? The existing add event fires before the item is added.
My use case is that I have two connected ListBoxes. The second listbox contains a template that I need to run some jQuery in to modify the contents based on the item data, so the item needs to have been created before the script is run?