Skip to content

Instantly share code, notes, and snippets.

@inc2734
Created January 21, 2015 04:58
Show Gist options
  • Save inc2734/ae217cc4967073ed8bc5 to your computer and use it in GitHub Desktop.
Save inc2734/ae217cc4967073ed8bc5 to your computer and use it in GitHub Desktop.
画像( img#hoge )を読み込んだ後に処理を行う
$( '<img />' ).one( 'load', function() {
// do something
} ).attr( 'src', $( 'img#hoge' ).attr( 'src' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment