Le 28 févr. 2010 à 18:39, Alexis Selves a écrit : > Hello, > I am totally helpless. I am trying to use JQuery in my django > templates, but I always get in firebug this: $ not defined.
Did you try with 'jQuery' instead of '$' ? If jQuery.no_conflict() was called, the $ variable isn't defined. I always call no_conflict() to prevent any namespace collision with other JS Frameworks, especially with re-usable or partial code. -- Romain Gaches [email protected] -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

