[jQuery] Problem with $.getScript()

[jQuery] Problem with $.getScript()


Hi everyone
I'm using FF3 and I've a problem with $.getScript() when I execute:
    $.getScript("s/script.js",function(){
        $("#logPl").append("Aditional information");
    });
don't run, when I execute:
    $.getScript("http://dev.jquery.com/view/trunk/plugins/color/
jquery.color.js",function(){
        $("#logPl").append("Aditional information");
    });
execute normally, this problem appear in the last update of firefox 3
Excuseme mi beginner level english.