I love the functionallity of stacking popups in the the Popups API 2.x alphas, but there are a couple of problems with my current approach, which keeps the entire stack in the DOM.
- JavaScript is being executed on the entire DOM. I check, and only execute new js files, but, unlike CSS files, there is no way to unload the js after it has been added to the DOM. I haven’t run into an actual problem from this yet, but it seems inevitable.