lsemel / django-taggit-autosuggest

https://bitbucket.org/fabian/django-taggit-autosuggest
MIT License
13 stars 25 forks source link

'django' jQuery namespace causing issues? #1

Open christaggart opened 13 years ago

christaggart commented 13 years ago

I'm getting: Uncaught TypeError: Cannot read property 'fn' of undefined on: $.fn.autoSuggest = function(data, options) {.

as well as: Uncaught TypeError: Object # has no method 'autoSuggest'

Seemingly the plugin isn't able to access the namespaced version of jQuery from the admin?

danielhers commented 11 years ago

If jQuery is declared in the footer, it won't be able to see it... I don't understand how to do this right, though. I want to declare jQuery in the footer but the automatic call generated by autoSuggest happens before the footer is loaded...