User our own jQuery
This commit is contained in:
@@ -154,7 +154,7 @@ script.
|
||||
|
||||
$imgs.each(function(i) {
|
||||
var $img = $(this);
|
||||
$('<img/>').load(function() {
|
||||
$('<img/>').on('load', function() {
|
||||
++cnt;
|
||||
if( cnt === totalImgs ) {
|
||||
$imgs.show();
|
||||
|
Reference in New Issue
Block a user