I used the following code for some time, and it worked fine on ie6-8 and firefox 3.
$("#article").livequery(function () { $("#article").rte({ cssUrl: "css/rte.css", mediaUrl: "css/rte/", listenToClass: "send"}); });
but now that I have upgraded to firefox 3.5.2, it enters an infinite loop by adding rte boxes. can this be implemented for the code itself or incompatibility with the new firefox?
mut
source share