Download unobtrusive jquery example Free Java Code
Description
Example of unobtrusive JQuery in Rails including graceful degradation.
Icons
Source Files
The download file unobtrusive-jquery-example-master.zip has the following entries.
.gitignore// ww w . j av a 2s. c o m
README.textile
Rakefile
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/helpers/application_helper.rb
app/helpers/people_helper.rb
app/models/person.rb
app/views/layouts/application.html.erb
app/views/people/delete.html.erb
app/views/people/index.html.erb
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/locales/en.yml
config/routes.rb
db/development.sqlite3
db/migrate/20100205200209_create_people.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
log/production.log
log/server.log
log/test.log
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/rails.png
public/javascripts/html-sanitizer-minified.js
public/javascripts/people.js
public/robots.txt
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/fixtures/people.yml
test/functional/people_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/helpers/people_helper_test.rb
test/unit/person_test.rb
Download
Click the following link to download unobtrusive-jquery-example-master.zip.
unobtrusive-jquery-example-master.zipHome »
Javascript Free Code Download »
jQuery »
Javascript Free Code Download »
jQuery »