MooTools Widgets
Open Source widgets and classes written using the MooTools JavaScript framework.
» TableSorter 0.9
TableSorter is a high-configurable class for resorting data tables by column. It also comes stock with a handy-dandy pagination system. Other sorters work with whats already in the DOM, but TableSorter sends a request back to the server each time an action (sort or page) is performed. This makes TableSorter ideal for large sets of data. If you like it or have features you would like to see in later versions please make a comment on the TableSorter blog post.
- • Allows infinite XHR parameters
- • Over 10 options allow you to personalize TableSorter
- • Supports both GET and POST methods
» returnXhrRequestFromFormStr 0.1
Demo Unavailable | Documentation | Download
This is a simple function that takes an element id as a parameter and converts the form into a GET or POST string for XHR requests. I'm still working out some kinks on this and will post it when completed.
