Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ねえ、私はこのコードを持っています:
var channel = pusher.subscribe('test_channel'); channel.bind('my_event', function(data) { alert(data); $("#element").html(data); });
しかし、jQuery html イベントは機能していません。アラートは機能しますが、jQuery が機能しないのはなぜですか?
次の場合にコードが機能します。