jQuery: Can't select just appended element

前端 未结 7 1599
天涯浪人
天涯浪人 2021-02-18 13:55

This is what happens on event:

$(\'div#pages\').append($(\'
...
\'));

And then, on another eve

7条回答
  •  灰色年华
    2021-02-18 14:27

    I had to use a hack to get around this problem recently when I was dynamically inserting

    提交评论

提交回复
热议问题