Download jqia chapter8 Free Java Code

Description

Rails backend for the Chapter 8 examples in jQuery in Action by Bear Bibeault and Yehuda Katz. ( URL is for the book's home page.).

Icons

jqia chapter8

Source Files

The download file jqia-chapter8-master.zip has the following entries.


README// w w w. j a  va  2  s . c  o  m
Rakefile
app/controllers/application.rb
app/controllers/only_controller.rb
app/helpers/application_helper.rb
app/helpers/only_helper.rb
app/models/boot.rb
app/models/color.rb
app/models/size.rb
app/models/term.rb
app/views/only/$.get.html
app/views/only/_get_details.html.erb
app/views/only/boot.closet.1.html
app/views/only/boot.closet.2.html
app/views/only/boot.closet.3.html
app/views/only/listing.8.6.html
app/views/only/reflect_data.html.erb
app/views/only/serialize.html
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/new_rails_defaults.rb
config/locales/en.yml
config/routes.rb
db/migrate/20090225204941_create_boots.rb
db/migrate/20090225205941_create_colors.rb
db/migrate/20090225205958_create_sizes.rb
db/migrate/20090227004754_create_terms.rb
db/schema.rb
doc/JQIA FILES/backg.jpg
doc/JQIA FILES/banner.jpg
doc/JQIA FILES/chapter8/$.get.html
doc/JQIA FILES/chapter8/bootcloset/boot.closet.1.html
doc/JQIA FILES/chapter8/bootcloset/boot.closet.2.html
doc/JQIA FILES/chapter8/bootcloset/boot.closet.3.html
doc/JQIA FILES/chapter8/bootcloset/boot.closet.backg.png
doc/JQIA FILES/chapter8/bootcloset/boot.closet.branding.png
doc/JQIA FILES/chapter8/bootcloset/boot.closet.css
doc/JQIA FILES/chapter8/bootcloset/getColors.jsp
doc/JQIA FILES/chapter8/bootcloset/getColors.php
doc/JQIA FILES/chapter8/bootcloset/getSizes.jsp
doc/JQIA FILES/chapter8/bootcloset/getSizes.php
doc/JQIA FILES/chapter8/bootcloset/getTerm.jsp
doc/JQIA FILES/chapter8/bootcloset/jquery.jqia.selects.js
doc/JQIA FILES/chapter8/bootcloset/jquery.jqia.termifier.js
doc/JQIA FILES/chapter8/bootcloset/photos/7141730.png
doc/JQIA FILES/chapter8/bootcloset/photos/7141832.png
doc/JQIA FILES/chapter8/bootcloset/photos/7141833.png
doc/JQIA FILES/chapter8/bootcloset/photos/7141922.png
doc/JQIA FILES/chapter8/bootcloset/photos/7173656.png
doc/JQIA FILES/chapter8/bootcloset/photos/7177382.png
doc/JQIA FILES/chapter8/bootcloset/photos/7257914.png
doc/JQIA FILES/chapter8/bootcloset/photos/7269643.png
doc/JQIA FILES/chapter8/bootcloset/photos/none.png
doc/JQIA FILES/chapter8/index.json
doc/JQIA FILES/chapter8/listing.8.3.html
doc/JQIA FILES/chapter8/listing.8.6.html
doc/JQIA FILES/chapter8/serialize.html
doc/JQIA FILES/chapter8/someResource
doc/JQIA FILES/common.css
doc/JQIA FILES/scripts/jquery-1.2.1.js
doc/JQIA FILES/scripts/jquery.dimensions.js
doc/JQIA FILES/scripts/jquery.form.js
doc/JQIA FILES/scripts/jquery.livequery.js
doc/JQIA FILES/scripts/support.labs.js
doc/JQIA FILES/scripts/ui.draggable.ext.js
doc/JQIA FILES/scripts/ui.draggable.js
doc/JQIA FILES/scripts/ui.droppable.ext.js
doc/JQIA FILES/scripts/ui.droppable.js
doc/JQIA FILES/scripts/ui.mouse.js
doc/JQIA FILES/scripts/ui.resizable.js
doc/JQIA FILES/scripts/ui.slider.js
doc/JQIA FILES/scripts/ui.sortable.js
log/development.log
log/production.log
log/server.log
log/test.log
nbproject/private/private.properties
nbproject/private/private.xml
nbproject/private/rake-d.txt
nbproject/project.properties
nbproject/project.xml
public/404.html
public/422.html
public/500.html
public/dispatch.cgi
public/dispatch.fcgi
public/dispatch.rb
public/favicon.ico
public/images/backg.jpg
public/images/banner.jpg
public/images/boot.closet.backg.png
public/images/boot.closet.branding.png
public/images/photos/7141730.png
public/images/photos/7141832.png
public/images/photos/7141833.png
public/images/photos/7141922.png
public/images/photos/7173656.png
public/images/photos/7177382.png
public/images/photos/7257914.png
public/images/photos/7269643.png
public/images/photos/none.png
public/images/rails.png
public/index.html
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-1.2.1.js
public/javascripts/jquery.dimensions.js
public/javascripts/jquery.form.js
public/javascripts/jquery.jqia.selects.js
public/javascripts/jquery.jqia.termifier.js
public/javascripts/jquery.livequery.js
public/javascripts/prototype.js
public/javascripts/support.labs.js
public/javascripts/ui.draggable.ext.js
public/javascripts/ui.draggable.js
public/javascripts/ui.droppable.ext.js
public/javascripts/ui.droppable.js
public/javascripts/ui.mouse.js
public/javascripts/ui.resizable.js
public/javascripts/ui.slider.js
public/javascripts/ui.sortable.js
public/robots.txt
public/stylesheets/boot.closet.css
public/stylesheets/common.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/performance/request
script/plugin
script/process/inspector
script/process/reaper
script/process/spawner
script/runner
script/server
test/fixtures/boots.yml
test/fixtures/colors.yml
test/fixtures/sizes.yml
test/fixtures/terms.yml
test/functional/only_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/boot_test.rb
test/unit/color_test.rb
test/unit/size_test.rb
test/unit/term_test.rb

Download

Click the following link to download jqia-chapter8-master.zip.

jqia-chapter8-master.zip




















Home »
  Javascript Free Code Download »
    jQuery »




jQuery
jQuery Animation
jQuery API
jQuery AutoComplete
jQuery Calendar
jQuery Event
jQuery HTML
jQuery HTML5
jQuery Http
jQuery iPhone
jQuery LightWeight
jQuery Mobile
jQuery Pagination
jQuery Plugin
jQuery Scroll
jQuery Select
jQuery Slider
jQuery Sort
jQuery Table
jQuery TableSorter
jQuery Widget