Josh Nathanson schrieb:
I hope someone could help me with this. i tried to put this: $("#username").editable("???", { cssclass : "someclass" }); in a function and than call the function when you click the link but that didn't work.
The problem is it sort of violates the whole "edit in place" idea, that is, to click on something and edit that thing you are clicking on.
What you say to simulation of this!? Your HTML: <td class="editable">TO EDIT Content</td> $("td.editable").prependTo("<em>Edit this</em>"); in CSS: td.editable em{ float:right; width:8em; } When you click you must the EM hide, is to handle in the editable script. -- Viele Grüße, Olaf ------------------------------- [EMAIL PROTECTED] http://olaf-bosch.de www.akitafreund.de -------------------------------