我正在寻找一个jQuery库来帮助处理双向性
Google在关闭库中有一个,但我觉得将所有库包含在bidi输入支持中是一种浪费(除非你推荐我) http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/bidiinput.html
谷歌闭包库是一个看似无穷无尽的文件集合,有许多依赖项。我没有看到如何将它用于1功能是有效的http://closure-library.googlecode.com/svn/trunk/closure/goog/
更新
我从drupal项目中找到了this。我无法使它工作。有人知道吗?
UPDATE2
似乎在输入字段中添加“dir=auto
”会处理它。
适用于chrome和ff。谁能证实这一点?
答案 0 :(得分:2)
dir=auto
应该修复它。
它符合html5标准,虽然safari无法使用它
http://www.w3.org/International/tutorials/new-bidi-xhtml/qa-html-dir
适用于chrome和firefox。
谢谢我:)