AlreadyM / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Optimizing reinitialiseOnImageLoad code #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if (settings.reinitialiseOnImageLoad) {
    $('img:not(.jScrollPaneImage)', $this).bind('load error', function() {
        $(this).addClass('jScrollPaneImage').unbind('load error');
        $this.jScrollPane(settings);
    })
}

Original issue reported on code.google.com by pbcomm@gmail.com on 25 Oct 2009 at 7:22

GoogleCodeExporter commented 9 years ago
I have just announced the beta of a completely rewritten version of jScrollPane:

http://groups.google.com/group/jscrollpane/browse_thread/thread/c1bc1bf63e3f80d8

Please test and reply on the list if you are still having this issue,

Thanks,

Kelvin

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 4:13