Just install jquery libraries as we do in other frameworks and give the path of on the page where you want to apply the jquery.Use its functions tools whatever .You can use ajax in similar way.Everything is same .You just need to do this in your templates/.html files
I am giving you an example {% block js %} <script src="/static/js/jquery-1.5.2.min.js" type="text/javascript"></script> <script src="/static/js/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script> <script src="/static/js/visit_setup.js" type="text/javascript"></script> {% endblock %} On Wed, Nov 9, 2011 at 9:02 PM, Ganesh Kumar <bugcy...@gmail.com> wrote: > Hi guys, > > I am beginner of django, I have creating application using django. How > integrate with jquery with django, please share your thoughts. > please guide me. > > -Ganesh. > Did I learn something today? If not, I wasted it. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- Regards Nikhil Verma +91-958-273-3156 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.