Thanks, Jay, that makes sense. But I'm still having trouble with what I want to do, which is dynamically add an <li> at the A/C level or B level, and get all the js on the subelements to initialize, and according the specs,
Event handlers are bound only to the currently selected elements; they must exist on the page at the time your code makes the call to .on()
.
Do you have a suggestion for a better approach I can take? Should I just have a method that takes a context and applies all the js I need and pass it the newly created <li>?