Re: Dajax isn't working

2010-09-25 Thread Daniel França
It's working now.. I was referencing another jquery file 2010/9/25 Daniel França > some extra informations: > I'm adding this lines to my base html: > type="text/javascript"> > {% dajaxice_js_import %} > > The response has the value(seems right): > Dajax.process([{"cmd": "as", "

Re: Dajax isn't working

2010-09-25 Thread Daniel França
some extra informations: I'm adding this lines to my base html: {% dajaxice_js_import %} The response has the value(seems right): Dajax.process([{"cmd": "as", "id": "#result", "val": "5", "prop": "value"}]) and my js raise this error: Uncaught ReferenceError: Dajax is not defined

Dajax isn't working

2010-09-25 Thread Daniel França
Hi all, I just start to use Dajax with my Pinax based project I followed the installation steps and it's almost working :P I tried to do a test just copying the following code from Dajax examplex: http://www.dajaxproject.com/random/ I'ts calling the randomize function correctly (and I can debug i