tkaemming/django-orderable

$ is not a function

Closed this issue · 0 comments

jpic commented

Hello, the error reported by firebug in orderable.js line 3 is: $ is not a function

jQuery is loaded by django is available in variable django.jQuery. This is how i do jquery stuff in the admin:

(function($) { $(document).ready(function() {
}); })(django.jQuery)

Maybe orderable should do that too ?

What do you suggest ?