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 bind editable again after changing DOM. Although without testing I am not sure how it will work if you bind a plugin to element twice.

--
Mika Tuupola
http://www.appelsiini.net/

Reply via email to