Play nice with major JS Frameworks!

Play nice with major JS Frameworks!

JQuery Mobile has awesome styling and layouting features. But it's page philosophy does note play 
nice with major JS Frameworks like Ember.js, Angular.js, Spine etc. 

These Frameworks do not replace the whole page, but instead allow you to replace a single dom element 
on user interaction. Therefore for example it is not possible to use JQuery Mobile CSS Transitions withs such Frameworks.

So why not extracting the UI features in a single Module and allowing this Transitions to happen on
DOM innte_html replacing?