JQuery UI in Multilingual website
I am using JQuery Drag n drop, tabs, dialog boxes etc in my Stock
trading application.
its functioning fine in ltr css direction.
the problem is all the Drag n drop operations are handled through,
relative absolute positioning and handles Left, Top property of the
css to handle widgets place.
i want to enable this (drag n drop) functionality in rtl css direction
too.
please let me know if there is already a support available in the
Jquery 1.3.
or any suggestion to optimize the solution if i have to implement it
in rtl direction by transforming left to right and vice versa.
--