[jQuery] Re: Jeditable plugin

2008-10-02 Thread Mika Tuupola
On Oct 2, 2008, at 1:33 AM, Dr3adl0ck wrote: I'd like to activate/deactivate making an edit in place field editable depending on if a user selects something. Is there a way in jQuery remove events associated with a class or something to that effect? $.unbind() It is probably a good idea to

[jQuery] Re: jEditable Plugin question

2008-09-27 Thread Mika Tuupola
On Sep 25, 2008, at 1:42 AM, 3apo wrote: edit_2. and want to toggle between the two edits based upon some criterion. So if do a $(this).removeClass('edit_1'); $(this).addClass('edit_2'); This doesnt really propagate thru, and the editable area is still stuck with edit_1 options. You need to