0

我试过when().then()+ bind()

$.when(loadImage('./content/tekst_naczynia_naczynia.png', 415, 994, '#content')).then(function() {
            $( "#zestaw1" ).bind( "click", function() {
              alert( "User clicked on img" );
            });

但它不起作用

4

0 回答 0