Re: How to django with jquery-mobile

2015-07-29 Thread Alex Heyden
You pretty much answered it yourself. >there's just one actual html page and inside it we have to create a page (data-role="page") Django's template helps you put together the response that gets to the client. It's unaware of what your CSS and Javascript frameworks will do with that response. Yo

How to django with jquery-mobile

2015-07-29 Thread Kakar Nyori
templating features with jquery mobile? Or how to django with jquery mobile? Please help me understand this concept. Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

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"; />