Web Page Sorting List
I'm still a novice at programming. Would like to know how I can make a sorting list for my website.Now by sorting list I mean a list on my website that has a couple of columns and rows, which the user can sort to his preference. here is an example: ht开发者_StackOverflow中文版tp://www.rugbyworldcup.com/statistics/season=2011/type=Points/team=0/player=0/statistics/index.html
Thank You
You want a sortable table. Check out the DataTables jQuery plugin. It will take a table and make it sortable and a ton of other things, and with only a 1-line config.
精彩评论