https://github.com/fluffynuts/php-cassel
N-Tier client-side cascading selects (import from my old phpclasses days)
https://github.com/fluffynuts/php-cassel
Last synced: 4 months ago
JSON representation
N-Tier client-side cascading selects (import from my old phpclasses days)
- Host: GitHub
- URL: https://github.com/fluffynuts/php-cassel
- Owner: fluffynuts
- License: bsd-2-clause
- Created: 2017-06-12T17:41:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T18:07:27.000Z (about 9 years ago)
- Last Synced: 2025-01-06T16:50:50.862Z (over 1 year ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-cassel
N-Tier client-side cascading selects (import from my old phpclasses days)
Last updated 2005-07-22
Originally created some time around 2005, this was to solve the
common problem of cascading client <select> tags, eg, if a page
needed to have a selection of:
- country
- province
- city
- town
then this could be loaded up with the data required and
it would use Javascript at the client to narrow down select lists
as the user made higher-up selections. Not too exciting now, but
it made life much easier then.