Closed
Description
Hello,
I've got an error when include latest jQuery in my template. Everything works fine when I remove jQuery.
Django 1.6
Chrome (latest) / Firefox (latest)
Ubuntu 12.x
jQuery 2.0.3
Error:
Uncaught TypeError: Object [object Object] has no method 'live' ____ toolbar.js:19
djdt.init ______________________________________________ toolbar.js:19
l ___________________________________________________ jquery-2.0.3.js:2913
c.fireWith ____________________________________________ jquery-2.0.3.js:3025
x.extend.ready _______________________________________ jquery-2.0.3.js:398
S ___________________________________________________ jquery-2.0.3.js:93
<html>
<body>
...
{% block extrajs %}
<script src="//code.jquery.com/jquery-2.0.3.min.js"></script>
{% endblock extrajs %}
</body>
</html>