Object has no method 'live' - jQuery

后端 未结 7 2174
小鲜肉
小鲜肉 2020-12-10 00:24


        
7条回答
  •  执念已碎
    2020-12-10 01:14

    There is one scenario when neither .on(), nor .bind() won't work: when the element does not exist when the event handler is being added. And this was what live() did.

提交回复
热议问题