Existing code already uses .on to bind all over the place. I need to insert html into the page, but I have my own logic for initializing the html and binding the clicks and therefore for the piece I am about to insert, I would not like the live features of jQuery. but run it through my own binders.
Is there a way to do that? To turn off the autobinding for .on temporarily ?