Moving existing DOM elements
01234567890123456789012345678901234567890123456789012345678901234567890123456789
I've noticed in ui.tabs) that existing DOM elements are being moved.
- ui.tabs (1.7.1) - lines 451-464: a search is performed to locate
any existing element and it is
then moved via appendTo() or insertBefore();
Is this the intended behavior? I ask because designers MAY have place
DOM elements in specific containers for styling, and moving them
automatically could cause presentation issues.
Wouldn't it be better not to move existing DOM elements?