My favorites | Sign in
Logo
                
Show all Featured wiki pages:
Installation
People details
Project owners:
  neo2001
Project committers:
thecodefarm

Dajax is an easy to use ajax library for django inspired in xajax.

NOTICE: From Dajax-0.7.2.0 Django-1.0 or newest is required.

Usage

Once installed you need to create ajax functions in your python code Ej:

def assign_test(request):
	dajax = Dajax()
	dajax.assign('#block01 li','innerHTML','Something else...')
	return dajax

This function will assign to every DOM element that maches '#block01 li' css selector in the innerHTML attribute the text ' Something else...'

You can call this function in your html code using (Ej):

<div onclick="Dajax.app_assign_test();">Click Here! </div>

JS Frameworks

Dajax generates atomatically it's own JS code using your desired JS Framework. We currently support three of the most important and popular.

Supported JS Frameworks

New debug info inside development server.

API

Available methods inside yours dajax request response.









Hosted by Google Code