need example of slow operations with DOM elements
Example: search form which corresponds to results pane. on changing search criteria, results pane is removed from DOM (becomes stale), "wait for it" element is displayed, results pane is slowly repopulated with found elements, then "wait for it" element is removed from DOM.