Sorting column in a grid using codeigniter and jquery

How to sort a grid list using jquery and codeigniter with demo and complete script.

Vasanthan

This sortting is done using codeigniter,jquery.We can change the listing of columns in a grid using mouse click,one database table contains the employee details this employee details are listing in a view page.If you drag the column name then the listing will be change in the grid column for more details go through the demo and script link.

Populating a dropdown using another dropdown box.

Loading a dropdown box based on the another dropdown selection

Robin

This is a simple script for loading a dropdown based on the changes in the another dropdown.If you select country dropdown,it will load the content in the state dropdown.It contains two database table country,state. Codeigniter and jquery will doing the automatic loading of dropdown.for more information please go through the link to see the demo and code.