Well, I'm pretty new to javascript and I was curious where I could find a script for sorting lists. Like, one column would have a title while another would have the number of chapters, and another would have a date. Where could I find a script for sorting that?
Chou: butterfly...
omoi: thought; mind; heart; feelings; emotion; sentiment; love; affection; desire; wish; hope; expectation; imagination; experience...
chou omoi
butterflyspirit
Comments
Alphabetical Order
Last Updated
Published Date
Status (in progress, completed)
Things like that with just text.
omoi: thought; mind; heart; feelings; emotion; sentiment; love; affection; desire; wish; hope; expectation; imagination; experience...
chou omoi
butterflyspirit
With AJAX (Active JavaScript And XML), you'd use JavaScript to send a request to a server side script (PHP, Rails, Perl or whatever you're using) when a column header is clicked.
Then, the backend would respond by ordering database results according to whatever it has to work on (assuming that Publishing Date, Status and so on are database table fields) and it would return the output.
Because of the AJAX, the output would then be inserted into the currently loaded page without reloading it.
Current project: CMS Object.
Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
Release date: NEVER!!!