Skip to content

Calls don't seem to happen once images are loaded in Chrome 8.0.552.215 #5

@HammyNZ

Description

@HammyNZ

This doesn't seem to work in Chrome Chrome 8.0.552.215.

I tried using the following script

<script type="text/javascript"> jQuery(document).ready(function() { $('ul.con-image-list img').bind('load', function(e) { window.print(); window.close(); }); }); </script>

Basically nothing happens and any calls added after the bind do not fire off in Chrome.

This works fine in Firefox 3.6.12 and IE7/8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions