Re: A very simple dajax code to show alert window not working

2011-03-29 Thread Jorge Bastida
Hi, There isn't any other methods, Dajax.process is only a callback that "understand" what Dajax return as response. You can check the code here [1]. Regards. [1] https://github.com/jorgebastida/django-dajax/blob/master/src/jquery.dajax.core.js 2011/3/29 Abhijeet Rastogi > Thanks Jorge. Worke

Re: A very simple dajax code to show alert window not working

2011-03-29 Thread Abhijeet Rastogi
Thanks Jorge. Worked perfectly. I included jquery.dajax.core.js and jquery.js in the document and now everything works perfectly. btw, I couldnt find documentation for Dajax.process method. Like there there might me other methods too. Where can I find the documentation for them. On Wed, Mar 30, 2

Re: A very simple dajax code to show alert window not working

2011-03-29 Thread Jorge Bastida
Hi, You should include your desired Dajax implementation. You can choose between Prototype, jquery, dojo etc... The django-dajax installation steps are here [1]. As you can see in one of the final steps "Include dajax in your ", you should add a new script line to include that JS, also you should

A very simple dajax code to show alert window not working

2011-03-29 Thread Abhijeet Rastogi
Hi, I am beginner in django and dajax. In the process of learning to use dajax I am trying to simply display an alert saying "Foo". My code: https://bitbucket.org/shadyabhi/learnajax/src The above code contains 2 input boxes. The first one works but second one says "Dajax is not defined". I am n