文件名称:jquery-treetable-ajax-example:带有 D&D 支持的 AJAXified jQuery treeTable 表的 Ruby on Rails 示例
文件大小:97KB
文件格式:ZIP
更新时间:2024-08-02 03:59:02
JavaScript
jQuery treeTable AJAX 示例 此示例演示了将 jQuery treeTable 插件 ( ) 用于启用 AJAX 的树。 它在服务器端使用 Ruby on Rails 和 SQLite。 文件 app/views/nodes/index.html.erb 包含有趣的 Javascript 位。 当节点扩展时,它使用 jQuery.ajax 函数下载远程节点。 当节点在分支之间移动 (D&D) 时,它还使用 jQuery.ajax 更新远程树。 安装 这假设您已经安装了 Ruby 和 bundler gem。 cd jquery-treetable-ajax-example bundle install bundle exec rake db:create bundle exec rake db:migrate bundle exec rake db:seed s
【文件预览】:
jquery-treetable-ajax-example-master
----GPL-LICENSE.txt(15KB)
----log()
--------.gitkeep(0B)
----public()
--------500.html(643B)
--------robots.txt(204B)
--------422.html(711B)
--------favicon.ico(0B)
--------404.html(728B)
----MIT-LICENSE.txt(1KB)
----config.ru(159B)
----db()
--------seeds.xml(18KB)
--------seeds.rb(959B)
--------schema.rb(1KB)
--------migrate()
----script()
--------rails(295B)
----lib()
--------tasks()
--------assets()
----Gemfile(1KB)
----doc()
--------README_FOR_APP(211B)
----Rakefile(274B)
----config()
--------initializers()
--------application.rb(980B)
--------environments()
--------locales()
--------boot.rb(191B)
--------routes.rb(141B)
--------database.yml(576B)
--------environment.rb(153B)
----test()
--------test_helper.rb(454B)
--------integration()
--------fixtures()
--------functional()
--------unit()
--------performance()
----README.md(781B)
----Gemfile.lock(3KB)
----.gitignore(439B)
----app()
--------views()
--------models()
--------controllers()
--------helpers()
--------mailers()
--------assets()
----vendor()
--------plugins()
--------assets()