Re: Django with Jquery

2012-10-11 Thread Adrián Espinosa
I will try to use Google jQuery link. It's quite fast too. If you want to use your local files, you may try to use {{ STATIC_URL }} or {{ MEDIA_URL }} (although media is for uploaded files). Check your settings.py and urls.py On Sunday, February 28, 2010 6:39:04 PM UTC+1, Alexis Selves wrote: >

Re: Django with Jquery

2012-10-11 Thread Marc Kirkwood
I'm having this problem at the moment too. In our case, it's because we have a base template that inserts the jQuery library via a script tag towards the end of the document, just before the close of the body element. Since anything following a $ character in JS depends on jQuery, including the

Re: Django with Jquery

2010-03-01 Thread grimmus
link to the Google jQuery instead of a local file (it's really fast too) http://google.com/jsapi"; />