Edit data from django-ajax-datatable

2021-10-17 Thread Eugene TUYIZERE
Dear Team, I am using django-ajax-datatable and I have this: [image: image.png] The *Edit *button is added from server side as follow: def customize_row(self, row, obj): row['edit'] = """ Edit """ the table itself is rendered to

Re: Django +Ajax + jQuery problem

2020-07-03 Thread Andréas Kühne
Hi, The reason for this is that you are replacing the buttons when you update the answer. The event listener that you attached is on the first one and not the second one. You can solve this in 2 ways: 1. Reregister the event listener when you have loaded the answer again. 2. Use a different way t

Django +Ajax + jQuery problem

2020-07-02 Thread Jan Gregorczyk
My problem is that site registers only the first click on .upvote or .downvote element and ignores next ones. {% extends 'base.html' %} {% load votes_exists %} {% block title %}{{question.title|truncatechars:52}}{% endblock %} {% block content %} {{question.title}} {{question.content}} {% for answe

Django- ajax passing multiple values to the url

2020-02-22 Thread Raj Narayan
I am trying to get more details on clicking a button "type="button" class="apireq"" defined on each row and capture the result in javascript and show it in a window I am not able to get the clicked row data in jquery .It says variable value undefined .I wanted to POST multiple values . Is this

Re: Alternatives to django ajax select - VIMP Information for EveryOne

2019-10-31 Thread Balaji Shetty
Really Very Nice Help. Thx On Thu, Oct 31, 2019 at 6:22 AM carlos wrote: > https://github.com/yourlabs/django-autocomplete-light > > On Wed, Oct 30, 2019 at 3:35 PM Luis Zárate wrote: > >> Hi Guys, >> >> Do you know any alternative to django-ajax-selects, I

Re: Alternatives to django ajax select

2019-10-30 Thread carlos
https://github.com/yourlabs/django-autocomplete-light On Wed, Oct 30, 2019 at 3:35 PM Luis Zárate wrote: > Hi Guys, > > Do you know any alternative to django-ajax-selects, I am using it in a > project in django 2.2 but docs says that support <=2.1 and also has some > problem

Alternatives to django ajax select

2019-10-30 Thread Luis Zárate
Hi Guys, Do you know any alternative to django-ajax-selects, I am using it in a project in django 2.2 but docs says that support <=2.1 and also has some problems with the version on jquery used, so I am looking something that help to remplace this lib. https://github.com/crucialfelix/django-a

Django/ajax/forms

2017-09-22 Thread Mel DeJesus
Hey! If I submit 'http://localhost:8000/item/2/' to the address bar, I get the desired result, which is a rendering of item_detail.html with its item variables filled. But when I try to pass the ‘2’ via a form, I only get the html without rendering (and instead displaying in the console up

Re: Django, Ajax e Fullcalendar

2016-11-16 Thread Breno Uchoa
Bom dia, acho que o disclaimer respondeu a sua pergunta. Disclaimer: FullCalendar is great for displaying events, but it isn't a complete solution for event content-management. Beyond dragging an event to a different time/day, you cannot change an event's name or other associated data. It is u

Re: Django, Ajax e Fullcalendar

2016-11-15 Thread Elias Coutinho
I'm sorry, Now correctly translated. Good afternoon everyone. I watched a video from a colleague https://www.youtube.com/watch?v=PwskBz5re4Q&feature=youtu.be and I took a ride on his project to start Ajax study. I took advantage of the api rest he created, modified it a little to fit what I w

Django, Ajax e Fullcalendar

2016-11-15 Thread Elias Coutinho
Boa tarde a todos. Assisti o vídeo de um colega https://www.youtube.com/watch?v=PwskBz5re4Q&feature=youtu.be e peguei carona no projeto dele para iniciar estudo de Ajax. Aproveitei a api rest que ele criou, modifiquei um pouco para atender o que eu desejava, ja havia estudado django rest framew

Re: Django/Ajax update existing template page

2016-06-22 Thread Ahmed Shalaby
Thanks for your reply, It works if I hardcode the values, but if I set them to the ones passed from the selection list it won't work on the template page, but inside the console I see the values are being passed from template page to the views fine without problems, I can get the results for var1,

Re: Django/Ajax update existing template page

2016-06-22 Thread ludovic coues
Have you tried {{item1|pprint}} ? Or to check the raw page, not the one displayed by the brother ? I got bitten more than once by brother not displaying variable whose value looked like 2016-06-22 20:31 GMT+02:00 : > Hello everyone, > > I am trying to do the following: > > Grab Year/Month values

Django/Ajax update existing template page

2016-06-22 Thread ayshalab
Hello everyone, I am trying to do the following: Grab Year/Month values from a template page via dropdown select list and send them via ajax post (this part is working) Process the submitted values and return new variables to the same template page, it works if I hard code the Month/Year but i

Re: django: ajax simple loading gif not working/ over-riding render to output page

2016-03-05 Thread clarksonchris81
Thanks very much :) On Friday, March 4, 2016 at 7:32:51 PM UTC, aspe...@gmail.com wrote: > > I'm using nginx + upload_progress module > On the HTML page for progress bar I'm using iframe + ajax > u can find a result here http://fex.cc > > > > > > On Thursday, March 3, 2016 at 9:23:53 PM UTC+2, c

Re: django: ajax simple loading gif not working/ over-riding render to output page

2016-03-04 Thread aspellip
I'm using nginx + upload_progress module On the HTML page for progress bar I'm using iframe + ajax u can find a result here http://fex.cc On Thursday, March 3, 2016 at 9:23:53 PM UTC+2, clarkso...@gmail.com wrote: > > Hoping that this network can help me out even though this is not strictly

django: ajax simple loading gif not working/ over-riding render to output page

2016-03-03 Thread clarksonchris81
Hoping that this network can help me out even though this is not strictly django-related, otherwise can someone recommend a group other than stack overflow that could help here? I have a functioning upload function implemented in django. The files being handled are large making for a long wai

Re: django ajax jquery

2013-08-15 Thread carlos
Hi maybe you need find in google.com for example http://fromzerotocodehero.blogspot.com/2011/01/django-ajax-tutorial-part-1.html I think there are more tutorials Cheers, On Thu, Aug 15, 2013 at 6:09 AM, Scheck Nyori wrote: > Hello! > I am a noob in web development. Just finished poll

django ajax jquery

2013-08-15 Thread Scheck Nyori
Hello! I am a noob in web development. Just finished polls tuts. Can anyone give me any insight in using jquery and ajax with django! If possible any tutorial. Any help will be appreciated! Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" gro

Re: django ajax runtime error - URL doesn't end in slash

2013-08-10 Thread Robin Lery
Ok! Here it is: {% extends "base.html" %} {% block sidebar %} Articles Create Article Search {% csrf_token %} {% endblock %} {% block content %} Language is: {{language}} Session Language is: {{session_language}} {% if articles.count > 0 %} {

Re: django ajax runtime error - URL doesn't end in slash

2013-08-10 Thread Jonathan D. Baker
Can you paste the markup for your search form? Sent from my iPhone On Aug 10, 2013, at 11:46 AM, Robin Lery wrote: > I am practicing from a tutorial where I have reached to create a search box > with jquery and ajax. Every thing is going good, except, when i press any key > in the search, I g

django ajax runtime error - URL doesn't end in slash

2013-08-10 Thread Robin Lery
I am practicing from a tutorial where I have reached to create a search box with jquery and ajax. Every thing is going good, except, when i press any key in the search, I get an error, RuntimeError at /articles/search You called this URL via POST, but the URL doesn't end in a slash and you have AP

Re: Django-Ajax Issue

2013-07-15 Thread Subodh Nijsure
I am not sure what you mean by taking you to post view of the function. That aside, you need to include csrfmiddlewaretoken: '{{ csrf_token }}' in your data: section. data: { 'keyword': search_for, 'filter': rval, csrfmiddlewaretok

Django-Ajax Issue

2013-07-14 Thread vijay shanker
Hey all I am trying to make a simple ajax call to show items retrieved from database. I am displaying bunch of fields like a text input for keyword and radio button for filter in a form like this: {% csrf_token %} Search

Re: Django ajax HTTP 500 when trying to access request.GET

2012-12-10 Thread Loai Ghoraba
the problem is solved now, seems rebooting sometimes works :) ! On Tue, Dec 11, 2012 at 2:04 AM, Loai Ghoraba wrote: > Hi all > > I am trying to write a simple ajax that tries to know whether the username > already exist before registering. > Whenever I try to access the request.GET in my view f

Django ajax HTTP 500 when trying to access request.GET

2012-12-10 Thread Loai Ghoraba
Hi all I am trying to write a simple ajax that tries to know whether the username already exist before registering. Whenever I try to access the request.GET in my view function, a HTTP 500 error is raised, if the view function doesn't access it and only use hard coded values-for test- it works.

Re: django-ajax giving 403

2012-10-30 Thread Nicolas Emiliani
On Tue, Oct 30, 2012 at 1:03 PM, Chris Pagnutti wrote: > Hi. I'm trying to make some AJAX calls using django-ajax > https://github.com/joestump/django-ajax > > But when I make the call, Chrome's console gives POST > http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json&l

Re: django-ajax giving 403

2012-10-30 Thread Tom Evans
On Tue, Oct 30, 2012 at 4:03 PM, Chris Pagnutti wrote: > Hi. I'm trying to make some AJAX calls using django-ajax > https://github.com/joestump/django-ajax > > But when I make the call, Chrome's console gives POST > http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json 403

django-ajax giving 403

2012-10-30 Thread Chris Pagnutti
Hi. I'm trying to make some AJAX calls using django-ajax https://github.com/joestump/django-ajax But when I make the call, Chrome's console gives POST http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json<http://127.0.0.1:8000/ajax/members/save_homepage_element.json>403 (FORBI

Re: django ajax Post returns empty message

2012-10-24 Thread psychok7
got it, the problem was that i had to change this request.GET.get('type','') to thisrequest.POST.get('type','') On Wednesday, October 24, 2012 9:56:15 PM UTC+1, psychok7 wrote: > > using django 1.4, I can Post but the Post response comes (undefined) empty > but GET works fine. i am using the csr

Re: django ajax Post returns empty message

2012-10-24 Thread psychok7
it seems like its not posting propely, irequest.GET.get('type','') but it prints empty string and the Post response comes (undefined) empty but GET works fine. On Wednesday, October 24, 2012 9:56:15 PM UTC+1, psychok7 wrote: > > using django 1.4, I can Post but the Post response comes (undefine

django ajax Post returns empty message

2012-10-24 Thread psychok7
using django 1.4, I can Post but the Post response comes (undefined) empty but GET works fine. i am using the csrf checks not sure if the problem also comes from there my django view: @csrf_protect def edit_city(request,username): conditions = dict() #if request.is_ajax(): if req

[ANN] django-ajax-form-mixin v.0.0.1

2012-09-03 Thread Jonas Geiregat
Hello everyone, I made a small application last weekend that is ready to be released. It's takes on django-ajax-validation by replacing the view with a mixin and improving the jQuery callback possibilities. Source: https://github.com/jonasgeiregat/django-ajax-form-mixin Documentation:

Django+Ajax+jquery

2012-08-03 Thread Rishabh Dixit
Someone please give some solution to this stack overflow question- http://stackoverflow.com/questions/11706721/updating-a-button-value-database-and-call-a-view-function-without-refreshing-th -- You received this message because you are subscribed to the Google Groups "Django users" group. To vi

Re: Django AJAX forms and views

2012-05-16 Thread Joel Khan
Thanks. Actually I m using a lib called prototype where its returning the csrfmiddlewaretoken. I have tested the alert in my function and its returning the csrf token correctly. I m sending the color to the html page. I tried using both chrome and firefox with firebug and chrome doesnt do anything

Re: Django AJAX forms and views

2012-05-15 Thread Kurtis Mullins
I'll try to help out a bit. The first problem I see is in your Javascript. I believe your JQuery selector is supposed to be the field's ID -- so, for example, $("#csrfmiddlewaretoken"). Next, in your view -- I don't see where you're actually returning any data. You should use Firebug or the Chrome

Django AJAX forms and views

2012-05-15 Thread Joel Khan
I have a form that is used to add an item where 2 dropdowns are populated using different database than the database where the form will be submitted. I would like to add AJAX to the drop downs where selecting one item in the first drop down will auto populate data in the 2nd drop down using AJAX.

Hierarchical Django Ajax Forms

2012-01-28 Thread D X
I needed to build a form where the user can input a geographical location, with fields for country, state, city, neighborhood. I wanted the form to use AJAX, so that the only valid fields would appear as the user selected fields higher in the hierarchy. It sounded like a task that should be easy

Re: Django + ajax waiting page, can not redirect to result page

2011-12-19 Thread Brett Epps
Change this: def run_DHM(request): xx = {'ok':'TRUE'} #return HttpResponse("OK") return xx To this: def run_DHM(request): return HttpResponse("{'ok': true}") You were getting that error because views should always return HttpResponse objects. Brett On 12/16/11 5:18 PM, "yun

Re: Django + ajax waiting page, can not redirect to result page

2011-12-16 Thread yun li
thanks for Denis' suggestion, I can see errors now. looks like there is an AttributeError. here is the error information: ### AttributeError at /run_DHM 'dict' object has no attribute 'status_code' Request Method: GET Request URL:http://127.0.0.1:8000/

Re: Django + ajax waiting page, can not redirect to result page

2011-12-16 Thread yun li
I will try it 在 2011年12月16日 上午12:25,Denis Darii 写道: > You can view your js errors by pressing CTRL+SWIFT+J in Firefox but i > highly recommend you to install Firebug addon which allow you to view also > the received data from your ajax request. > > > On Fri, Dec 16, 2011 at 5:24 AM, yun li wrote

Re: Django + ajax waiting page, can not redirect to result page

2011-12-16 Thread Denis Darii
You can view your js errors by pressing CTRL+SWIFT+J in Firefox but i highly recommend you to install Firebug addon which allow you to view also the received data from your ajax request. On Fri, Dec 16, 2011 at 5:24 AM, yun li wrote: > Since I am really know nothing about ajax, I am not sure if

Re: Django + ajax waiting page, can not redirect to result page

2011-12-15 Thread yun li
Since I am really know nothing about ajax, I am not sure if I understand "try changing the return value from the view to a string " the right way. I changed the definition of run_DHM this way def run_DHM(request): xx = {'ok':true} return(xx) but still the same as before. and how

Re: Django + ajax waiting page, can not redirect to result page

2011-12-15 Thread Brett Epps
I think the problem might be that you're using the getJSON function, which expects a JSON response, but your view returns 'OK', which is not valid JSON. The callback you have given to getJSON only gets called on "success" (meaning a JSON document was retrieved) - that's why nothing is happening for

Re: Django + ajax waiting page, can not redirect to result page

2011-12-14 Thread yun li
But it still cannot work. when I submit something, it goes to the please_wait page showing "please wait" and then nothing happened. I really have no knowledge on ajax, so is there something I need to install or import in my projects? and how can I test if codes in ... really invoked? Thanks, On

Re: Django + ajax waiting page, can not redirect to result page

2011-12-14 Thread Brett Epps
I think the problem is that your tag is incorrect. You're using the same one to load jQuery and to add your code, so your JavaScript is not getting run. The file "please_wait.html" should look like this: Please wait. Re: Django + ajax waiting page, can not redirect to result page
Hi, Does anyone can help? Here are all contents in my files, I tried variable ways, but when I submit a form, it only return the please_wait page and then stay there forever. There is no redirect happened. Since I want to check if it works first, there is no actual calculation in the code. ##

Django + ajax waiting page, can not redirect to result page

Hi all, I have the problem for constructing waiting page using Django + ajax. I followed instructions mentioned in the following link, http://groups.google.com/group/django-users/browse_thread/thread/c1b0d916bbf86868. However, when I run my program, it stops in http://127.0.0.1:8000/please_wait

Re: Django + Ajax/Javascript

You could pass the values from the view to the template and use javascript (I would suggest using jQuery) if there are only a few options. I would suggest using Dajax (dajaxproject.com) for your AJAX commands. It is really easy to plug into Django, and you should get familiar with it and the jQuery

Django + Ajax/Javascript

Hi, I have the following model layout: class A(models.model): options = models.ManyToManyField(OptionSet, blank=True, null=True) values = models.ManyToManyField(Value, blank=True, null=True) class OptionSet(models.model): name = models.TextField(unique=True) values = models.ManyT

Re: django ajax select

On Mon, Oct 31, 2011 at 10:07 AM, pradnya wrote: > i m using ajax select plugin in my project which i got from > https://github.com/crucialfelix/django-ajax-selects . > now i want to know how can i use it in django admin's tabular inline ? > > What you want to do in admi

django ajax select

Hi, i m using ajax select plugin in my project which i got from https://github.com/crucialfelix/django-ajax-selects . now i want to know how can i use it in django admin's tabular inline ? Thanks Pradnya -- You received this message because you are subscribed to the Google Groups &q

Re: Django AJAX polling: Best practice?

On 07/22/2011 02:35 AM, PyPal wrote: Hi Shawn, I think you were referring to the APE ( http://www.ape-project.org/ ) framework as the 'gorilla' thingy... Yes, thanks! I did some Google searching but couldn't find it. Someone on the list said they were going to give it a shot, but I haven't

Re: Django AJAX polling: Best practice?

Hi Shawn, I think you were referring to the APE ( http://www.ape-project.org/ ) framework as the 'gorilla' thingy... On Jul 3, 8:01 am, Shawn Milochik wrote: > On 07/01/2011 05:05 PM, Andreas Pfrengle wrote: > > > Thanks so far for showing me that I was on the completely wrong > > track ;-) > >

Re: Django AJAX polling: Best practice?

On 07/01/2011 05:05 PM, Andreas Pfrengle wrote: Thanks so far for showing me that I was on the completely wrong track ;-) I found that there is really not much official information available about Hookbox:. That doesn't make an easy decision for Hookbox. Has anyone experienc

Re: Django AJAX polling: Best practice?

Thanks so far for showing me that I was on the completely wrong track ;-) I found that there is really not much official information available about Hookbox: . That doesn't make an easy decision for Hookbox. Has anyone experience with socket.io and gevent instead? Looks intere

Re: Django AJAX polling: Best practice?

On 30 June 2011 21:31, Shawn Milochik wrote: > This isn't a job for AJAX -- it's a job for Comet, which is tailor-made for > your exact needs. Yes. Have your clients subscribe to an update channel for the game (you will probably need separate channels for each user, unless all players have full i

Re: Django AJAX polling: Best practice?

On Jun 30, 10:14 pm, Andreas Pfrengle wrote: > > - The other possibility would be a global dict (or instance of an own > class), let's call it GAMES_ACTIVE This will break as soon as you have more than one server process. -- You received this message because you are subscribed to the Google Gro

Re: Django AJAX polling: Best practice?

This isn't a job for AJAX -- it's a job for Comet, which is tailor-made for your exact needs. Check out Hookbox. Here's a tutorial which can definitely get you started. I was able to learn enough from it to get a small sample working. http://charlesleifer.com/blog/writing-a-real-time-chat-app-

Django AJAX polling: Best practice?

Hello everyone, We have a game-application where several players should interact in realtime (i.e. change attributes of a "game"-object, which is a django model instance). To my knowledge, best / easiest method for this problem would be AJAX-polling several times per second, to check whether the g

Re: Django Ajax Solution

I have found the whole solution!! The last question I have is how to bind one ajax function for many similar forms which is in the case of many Vote forms and buttons on a single page. Thank you. Kostia -- You received this message because you are subscribed to the Google Groups "Django users

Re: Django Ajax Solution

Well, I have fount the solution, but finally something is odd: This is my ajax function: $(document).ready(function() { $('#vote_form').submit(function(e) { e.preventDefault(); var project_id = $('#project').val();

Re: Django Ajax Solution

This is the code of my ajax function: $(document).ready(function() { $('#vote_form').submit(function(event) { event.preventDefault(); var data = { project: {{ project.id }}, user: {{ user.id }} }; $.aj

Re: Django Ajax Solution

http://github.com/vaxXxa/projector/network here is our free beautiful project ajax is on the project.html page -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe fro

Re: Django Ajax Solution

The last one task for our super Django startup! And we will save the world) Wait, do you know why Django? He was a jazz musician. Really, developers of Django are great guys! Jazzy blue from me, Kostia-man. -- You received this message because you are subscribed to the Google Groups "Django us

Django Ajax Solution

Hi all once again and thanks for the M2M ordering solution provided... Yes, I'm using jquery. Now I would like to ask one thing about Ajax. I have a page with multiple projects. Each project is displayed in a nice widget containing common info about the project such as author, category, votes cou

Re: django + ajax

On Jun 7, 4:48 am, tazimk wrote: > Also how should I implement the same thing using jquery library ? Isn't that how the online examples all work? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us..

Re: django + ajax

Hi! tazimk wrote: > Also how should I implement the same thing using jquery library ? This may help: http://www.google.com/search?&q=django+jquery+ajax -- Dmitry Dulepov Twitter: http://twitter.com/dmitryd/ Web: http://dmitry-dulepov.com/ -- You received this message because you are subscribe

Re: Django + Ajax + Jquery

This is useful too: http://www.dajaxproject.com/ On Mon, Jun 7, 2010 at 07:57, Dmitry Dulepov wrote: > Hi! > > tazimk wrote: >>     I want to use ajax in my templates using jquery. >>     Can someone provide me some sample examples /links related to >> this. > > http://www.google.com/ may be? The

Re: Django + Ajax + Jquery

Hi! tazimk wrote: > I want to use ajax in my templates using jquery. > Can someone provide me some sample examples /links related to > this. http://www.google.com/ may be? The question is too broad. -- Dmitry Dulepov Twitter: http://twitter.com/dmitryd/ Web: http://dmitry-dulepov.com/

Re: Django + Ajax + Jquery

I'll go ahead and insert a plug here: http://github.com/superjoe30/jst-parser On Jun 6, 12:14 am, tazimk wrote: > Hi, > >     I want to use ajax in my templates using jquery. >     Can someone provide me some sample examples /links related to > this. >     Also some sample examples on using Jque

Re: Django + Ajax + Jquery

Django itself doesn't really care what JS framework you use and only offers some framework agnostic helpers within the request object like http://docs.djangoproject.com/en/1.2/ref/request-response/#django.http.HttpRequest.is_ajax to distinguish requests coming as XHRs as well as django.utils.simple

Django + Ajax + Jquery

Hi, I want to use ajax in my templates using jquery. Can someone provide me some sample examples /links related to this. Also some sample examples on using Jquery efficiently -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Django + Ajax + Jquery

Hi, I want to use ajax in my templates using jquery. Can someone provide me some sample examples /links related to this. Also some sample examples on using Jquery efficiently -- You received this message because you are subscribed to the Google Groups "Django users" group. To post t

Problems with django-ajax-filtered-fields and ManyToManyByRelatedField

Hi friends, someone has worked with django-ajax-filtered-fields? I'm having problems with ManyToManyByRelatedField. The syntax is very simple, I think that it isn't the problem. I have an "Author" class that it has a ForeignKey field named "type", and I want to fil

Looking for a Django/AJAX dev/contractor

Hey everyone, I have startup up in Seattle that is unlocking meaning from text on the web. We're looking to hire a contractor (or full-time person) to code up our front-end. This will entail Django and AJAX (and a little jQuery), but this person does NOT have to know CSS, etc. Also giving a

[django-ajax-selects] Using ajax-selects on GenericStackedInline

Been looking at http://code.google.com/p/django-ajax-selects/ and seems to be good. One thing though is I don't seem to understand if I can apply that on a GenericStackedInline. Any tip is appreciated. Regards Eka -- You received this message because you are subscribed to the Google G

django ajax filtered fields

When using fields provided by this app there is no add link displayed above the widget. This is very unhandy because it's impossible to add a new related item, while editing the post. How can i accomplish this? I also had problems selecting objects when the foreignkey is to the same model, it does

django ajax admin components

Hi, lately I've written several small snippets to get a smoother admin experience, and I thought about integrating them into the admin app. Is there any interest in these? Are the contrib authors interested in accepting such a contribution? What I did: * change generic relation's content_type, ob

http://code.google.com/p/django-ajax-selects/

I've posted a working first draft for many-to-many and foreign-key lookups using jQuery. Works for any form including in the admin -f --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Django Ajax and jQuery - a short example.

Hi, Just spent many hours getting a small form submit to work [I'm thick :)] with Django and jQuery (with the form plugin) and thought I'd share it here. It's on Django snippets: http://www.djangosnippets.org/snippets/992/ HTH \d --~--~-~--~~~---~--~~ You receiv

Django AJAX Framework

I've started this as SoC project, however is hasn't passed so I'm publising the sources, maybe you'll find them useful. I've uses Json as the transport layer. You will need Json-py library (http://sourceforge.net/projects/json-py/). To make server-side code you need to make a new django view: fr