I'm having a similar problem when I call this function:

frameMe : function() {
        alert("frameMe...");
        $("#content .frame").load(function() {
                alert("image loaded...");
                [  ...code...  ]
                });
        }

Firefox gives the alert "frameMe..." followed by each of the "image
loaded..." alerts for the images that it binds to.  IE6 and IE7 both
alert "frameMe..." and nothing afterward.

Are there others having problems with IE and the load event?  Or
others with a solution?

Thanks,

Danny

Reply via email to