https://github.com/widefix/dynamic-selectable-demo
Demonstration of working cascade selects working and dynamic-selectable jquery extension
https://github.com/widefix/dynamic-selectable-demo
Last synced: 8 months ago
JSON representation
Demonstration of working cascade selects working and dynamic-selectable jquery extension
- Host: GitHub
- URL: https://github.com/widefix/dynamic-selectable-demo
- Owner: widefix
- Created: 2013-08-29T08:54:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T20:43:40.000Z (over 8 years ago)
- Last Synced: 2025-03-28T23:44:04.670Z (about 1 year ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 17
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is it?
This is a demonstration how to implement cascading selects on the complex forms.
This is a case when you select one item and it should influence changing to the related select.
For example on the creation events form I want to see 2 selects: country and state, when I choose
country then states of this country should be populated to the state drop-down.
## Installation
1. `git clone git@github.com:railsguides/dynamic-selectable-demo.git`
2. `cd dynamic-selectable-demo`
3. `bundle install`
4. `rake db:migrate`
5. `rake db:fixtures:load`
6. `rails s`
And the go to `http://localhost:3000`