On May 7, 3:42 pm, GKR <ranagou...@gmail.com> wrote: > thanks ....
If, as you say, you want to work with a table and input text, and add the item onto the table (I assume dynamically), then you'll need to understand: (a) how to work with Django form - see: http://docs.djangoproject.com/en/dev/intro/tutorial04/?from=olddocs http://www.djangobook.com/en/2.0/chapter07/ http://docs.djangoproject.com/en/1.3/topics/forms/ (b) how to work with jQuery forms - see: http://uswaretech.com/blog/2010/01/doing-things-with-django-forms/ http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ Obviously if you really unfamiliar with either Django or jQuery you'll need to grasp at least the basics of both... but fortunately there is a lot of information online! -- 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.