On 28/03/07, Abel Tamayo <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm using jEditable for a webpage, but I would like to make it so that, once
> you've edited the text, the behaviour is removed and you can edit it no
> longer. Does anyone know how to do that?
>
> Thanks.

You could try $("#myjeditable").unbind("click")

Although perhaps it would be better if the plugin could do that (I
don't know if there are any memory leaks that may be caused by doing
it this way).

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to