While performing the following fade effect using the uncompressed
jquery 1.1.3

        $("#myimagemap").load("foo.htm");
        $("#myimagemap").fadeIn("slow");

this fades nicely in.

However, after replacing the uncompressed with jquery 1.1.3.1-pack the
fade no longer works.

The load is working fine under both files.

This has been tested and confirmed with IE 6.0 and FireFox 2.0.0.4

Am I coding wrong, or is this a bug ?

Reply via email to