- $(this).siblings(".richtext_dopreview").prop("disabled", false);
- $(this).prop("disabled", true);
-
- event.preventDefault();
+ $(this).parents(".richtext_container").find(".richtext_dopreview").prop("disabled", false).removeClass("active");
+ $(this).prop("disabled", true).addClass("active");