我已经使用以下代码一段时间了,它在 ie6-8 和 firefox 3 上运行良好。
$("#article").livequery(function () {
$("#article").rte({
cssUrl: "css/rte.css",
mediaUrl: "css/rte/",
listenToClass: "send"});
});
但是现在我已经升级到 firefox 3.5.2 它进入一个无限循环添加 rte 框。这可能与代码本身有关还是与新的Firefox不兼容?