Closed imrekel closed 12 years ago
The example in the documentation has code() instead of script():
def code_example(request): dajax = Dajax() dajax.code('my_function();') return dajax.json()
Fixed @kenley https://github.com/jorgebastida/django-dajax/commit/23dd0e22d85ade68fb19a2a80ee497426438236a
Thanks!
The example in the documentation has code() instead of script():