I am using jEditable and have run into some issues.
I have two different classes of editable areas, say edit_1, and
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.
Any help would be appreciated.

Reply via email to