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

Complete script and demo of grid element reordering is explained here. Codeigniter and jquery is used to do this functionality, A Grid of employee list with First_name,Last_name,Email,Country,State,City,Age are displayed based on how the ordering was done.

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.