如何在加载后将事件绑定到元素*?

时间:2013-09-13 11:54:40

标签: javascript jquery bind

我尝试使用when().then() + bind()

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

但它不起作用

0 个答案:

没有答案