Re: Can not include jquery in django template

2014-09-23 Thread Collin Anderson
You need -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegrou

Re: Can not include jquery in django template

2014-09-23 Thread Fred Stluka
Change it to: --Fred Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no W

Can not include jquery in django template

When I try to include jQuery to my template index.html, I get an blank page. Html source code is loading but I get just white page -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from i

Re: Any API for dojo/jquery in django template language ?? For dojo i need urgently , thanks

I'm not sure I understand your question. You can use jQuery and/or Dojo in your Django template the same as you would anywhere else. If you want nice integration between Django forms and Dojo dijits, you might be interested in Dojango: https://github.com/klipstein/dojango/ _Nik On 9/16/2013 11:06

Any API for dojo/jquery in django template language ?? For dojo i need urgently , thanks

-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. V

Re: jquery in django

On 13:20 Mon 01 Jul , Christian Erhardt wrote: > Hey Harjot, > > i can't provide an easy answer to your question. An Ajax enabled search with > django is nothing, that one programs in 30 minutes especially not if he has > no understanding of query and or ajax. > > I'll try to give you some

jquery in django

Hey Harjot, i can't provide an easy answer to your question. An Ajax enabled search with django is nothing, that one programs in 30 minutes especially not if he has no understanding of query and or ajax. I'll try to give you some hints but not a complete plug n play solution. First things fir

Re: jquery in django

Harjot... the answer to your question is YES you can use ajax in yours project... but you do that on yours templates. you must to download http://code.jquery.com/jquery-2.0.2.min.js in some directory where django can find when render your template, then in your template must add this line that San

Re: jquery in django

I really think your problem is not Django related, I suggest you to learn JQuery and post your doubts on related group. 2013/7/1 Harjot Mann > On Mon, Jul 1, 2013 at 10:50 PM, François Schiettecatte > wrote: > > Hi > > > > jQuery is not a search engine but a JavaScript library which helps you

Re: jquery in django

On Mon, Jul 1, 2013 at 10:50 PM, François Schiettecatte wrote: > Hi > > jQuery is not a search engine but a JavaScript library which helps you build > interactive web pages (and much more, see http://jquery.com ) . > > If you want a search engine, I suggest you look at SOLR, there are a number >

Re: jquery in django

On Mon, Jul 1, 2013 at 10:41 PM, Harjot Mann wrote: > I am workng on an automation project in which I want to make search > which should be a very good search meanwhile it is working but it is a > simple search. I want that when I type something in search box it > should display the clients from d

Re: jquery in django

Hi jQuery is not a search engine but a JavaScript library which helps you build interactive web pages (and much more, see http://jquery.com ) . If you want a search engine, I suggest you look at SOLR, there are a number of python libraries which would help you interact with that. A word of warn

Re: jquery in django

Say what you try, show your models and your code and maybe we can help or try to find a package that suit your needs: https://www.djangopackages.com/search/?q=search Your first post was not django related and now is lacking information, we can't guess what you're doing correctly or wrong. 2013/7

Re: jquery in django

On Mon, Jul 1, 2013 at 10:34 PM, Gabriel wrote: > Hey Harjot, > Could you please provide more details on what you're trying to do? I have a > feeling it's actually outside of what Django does, but there's still lots of > people here who could help you out. I am workng on an automation project in

Re: jquery in django

Hey Harjot, Could you please provide more details on what you're trying to do? I have a feeling it's actually outside of what Django does, but there's still lots of people here who could help you out. - Gabe On Mon, Jul 1, 2013 at 1:53 PM, Harjot Mann wrote: > On Mon, Jul 1, 2013 at 9:57 PM, Sa

Re: jquery in django

On Mon, Jul 1, 2013 at 9:57 PM, Sandro Dutra wrote: > Its not working. I want to jquery ajax for search function. -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: jquery in django

Open your template and type: And code. 2013/7/1 Harjot Mann > How can I embed jquery in django for searching??? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop re

jquery in django

How can I embed jquery in django for searching??? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To po