Jquery mobile stypes are incompatible with jquery ui styles
At moment it is almost impossible to mix jquery ui widgets with jquery mobile widgets since the two styles have a lot of overlapping. Mainly in the icon area names collide, so also if one doesnt enhance with jquery mobile a part of the DOM, the name collisions of the css classes makes impossible the use of jquery ui widgets.
Is there a plan to make the two styles converge in some common framework in the future ??? I f not I dont see any reason for the name collision, so it would be nice to give to the user the possibility of chaning the names of the styles in such a way they dont collide with jquery UI anymore.
Does anyone know of a safe and systematic way to make the two frameworks works toegether in the same page?