0

さて、タイトルはほとんどすべてを尋ねます:既存のJQueryアプリ内でRightJSウィジェットをどのように使用しますか?

私はRightJSを調べてきましたが、特にBillboardとSliderwidgetsが好きで、既存のアプリで使用したいと思っていますが、2つのライブラリ(JQueryとRightJS)を並べて使用する明確な方法が見つかりません。

誰かが推奨する例やベストプラクティスがありますか?

4

1 に答える 1

0

RightJS has a safe-mode build, just hook it up when you need to use RightJS alongside with some other libraries. RightJS UI widgets work with both normal and safe-mode builds.

NOTE in safe mode all the helper methods in RightJS are available through the RightJS object

于 2012-05-27T02:51:45.460 に答える