Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.2-core
-
None
-
None
Description
Once we get 1.0.2 out (hopefully soon) let's look at providing
some hooks for DOM replacement during AJAX, something
where you get called with something like:
// Tellls you that oldDom is about to be replaced with newDom,
// and lets you manipulate the dom, or return "true" to block
// it or handle it all yourself
function domReplaceNotify(oldDom, newDom)