设置jstree时要包含的.js和.css文件

时间:2011-10-09 11:00:09

标签: jquery ruby-on-rails-3 jquery-plugins jstree

我已从jstree home downoad链接下载了文件。我已经在使用jquery库。

下载包含以下文件 1. _lib(三个.js文件)
2.主题(不同的主题风格(.css),还包括jstree的照片)
3. _docs文件夹(文档说明)
4. _demo(演示文件)
5. jquery.jstree.js(目前我只在我的应用中包含了这个文件)

我需要在下载的rails应用程序中包含哪些文件(pics .js& .css)。我已经看到了可以下载的其他_libs的链接。 谢谢

1 个答案:

答案 0 :(得分:3)

假设您只想安装基本jsTree,那么您将包括:

jquery.jstree.js
themes/default/style.css
themes/default/ (Copy this entire folder into your project)

然后你可以包括:

jquery.cookie.js - For cookie support
jquery.hotkeys.js - For keyboard support