jquery.imgloaded
jquery.imgloaded copied to clipboard
Fake fork of Paul Irish's image loaded method for jQuery
This doesn't seem to work in Chrome Chrome 8.0.552.215. ## I tried using the following script jQuery(document).ready(function() { $('ul.con-image-list img').bind('load', function(e) { window.print(); window.close(); }); }); --- Basically nothing happens...
In some browsers (Chrome, and I think Firefox), code like ``` $('') .attr('src', 'http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif') .load(function () { alert(0); }); ``` fires fine without the imgloaded patch, but does not fire...
When the plugin is run in FF4 this error is reported and the rest of the scripts on the page don't run.