October 31st, 2007 Posted by Don Albrecht
If you’re looking for a fast and easy way to add tabs to your next project. It doesn’t get simpler than Mootabs: a lightweight tab widget in mootools.
Key Features:
- Able to retrieve tab contents via AJAX
- CSS Styling
- Transition effects
- Simplified Markup
I’ve noticed the transitions can be a bit coarse and distracting so I recomend using mootabs without strong transitions if possible.
Get Mootabs Here: http://www.silverscripting.com/mootabs/
October 30th, 2007 Posted by Don Albrecht
Yesterday I brought you Jeditable a simple plugin to handle edit in place Ajax events. Today I bring you an Autocompleting, Inplace edit based on Jeditable by Ritesh Arawal.
This plugin extends Jeditiable with a simple AJAX call to retrieve an array of possible values based on user input.
What it ads:
- url: location to send autocomplete request
- minChars: minimum number of chars to include in autocomplete request
- formatItem: format string to improve display of server response
- inputSeparator: allows you to add multiple input strings (ie tags).
Check it out online at http://php.scripts.psu.edu/rja171/widgets/autocomplete.php