0
を使用して、私はこのように私のコードを書いています:これは働くことができないのはなぜ - ライブアップデートをjqueryの
function updates_cb()
{
in a while loop to call append_message
}
function append_message(message)
{
append the html of message into the page
now I am using selector to add callback to newly added element
$(jmsg).hover(function(){console.log("hover");})
}
問題が追加最後の要素だけが.hover()コールバックの設定、他の持っている、非常に奇妙ですホバーイベントハンドラの設定がありません。
私は間違っていますか? jQueryを使って新しく追加された要素を操作することはできませんか?