-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME.txt
28 lines (18 loc) · 1.03 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
README.txt
This download contains all the files necessary to get a complete working CodeIgniter application that contain a dropdown ajax filtering feature.
Important files:
- application > controllers > dropdown.php
This is the default controller that loads the dropdown model and view files and contains method for getting sub options
- application > models > dropdown_model.php
This is the dropdown model that interacts with the database for pulling options and suboptions
- application > view > dropdown > index.php
This is the main view that contains the dropdown controls (selects)
- application > view > html > header.php
Pulled into main view and loads all CSS and JS including CDN version of jQuery
- js > dropdown.js
This is the main javascript file that performs the Ajax functions and loads JSON values into the select controls
- cidropdown.sql
SQL file that will create and populate two tables, options and suboptions.
Credits:
- Bootsrap CSS by twitter http://twitter.github.com/bootstrap/
- jQuery - http://jquery.com/