views:

120

answers:

0

Hi, i been using the following code for some time now and it has worked ok 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 adding rte boxes. could that be realted to the code itself or an incompatibility with new firefox??