Improve Jeditable With Autocomplete
October 30th, 2007Yesterday 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


Previous Post
Next Post

Leave a Reply