JQuery migrate not working

594 Views Asked by At

I am using JQuery 1.6.1 and I want to upgrade it to JQuery 3.0.0 and I did it with jquery-migrate-3.0.0 but got an error TypeError: $(...).live is not a function and why JQuery migrate is working?

This is the JQuery load:

<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>

Inspect element screenshot:

enter image description here

Many thanks

0

There are 0 best solutions below