我正在使用JQuery 1.6.1
并且我想将其升级到JQuery 3.0.0
并且我使用它jquery-migrate-3.0.0
但是得到了一个错误TypeError: $(...).live is not a function
,为什么 JQuery migrate 正在工作?
这是 JQuery 负载:
<script src="https://code.jquery.com/jquery-3.0.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.0.0.js"></script>
检查元素截图:
非常感谢