Christoph's first idea is more in-line with what we've been discussing
already on the wiki.
Unless I'm misunderstanding the suggestion, "appendTo" will only
really suit the needs of plugins that aren't overlaid on top of other
content, and those plugins aren't the problem (it's easy to scope to a
tab strip because it's right in the document flow).
The scoping problem is with plugins like datepicker, dialog, and
whatever others that need to be appended at the end of the body for z-
index stacking purposes. We had agreed that these plugins will need a
helperClass option.
All this would do is essentially wrap a static div ( with a class
matching the option's value) around the overlay plugin elements, which
will soon be overlay, shadow, and the plugin itself.
Then you can simply scope styles against that helper class.