JQuery Menu Icon RTL
问题 I am trying to use jQuery menu in an Arabic RTL page. I am able to make it RTL but the icon should be ui-icon-carat-1-w not ui-icon-carat-1-e . I created jsfiddle here. How do I change the direction of the arrows in sub menus, so they show the carat-1-w instead of the carat-1-e ? Also, is there any CSS reset for RTL support for jQuery to make jQuery RTL and Arabic enabled. body { text-align: right; } *{ direction: rtl } a, a:link, a:visited{ font-size: 16px; font-family: Arial,Verdana,Tahoma