[jQuery] on click creating a autocomplete input field
Hi everyone,
I have a table with some values and I want to create a affect of a simple inline editor meaning:
1. when the user clicks a cell (only on a TD) a input field would be created in the cell.
2. if the cell has content I want that content to be already inside in the text field (if not just leave it empty) [the content will always be plain text].
3. you can guess that next i want when the user clicks enter (keydown) i want to create a ajax submit of the value and have the cell return to normal with the new value
4. and to make it even more user friendly i want the input field to auto complete (using the interface plugin)..
the problem is , i have no idea where to begin or how to achieve this feature.
Any guidance, code examples and explanations will be greatly appreciated.
Truly yours,
Ken
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/