eldarion / eldarion-ajax

a library for adding declarative ajax functionality to your website
BSD 3-Clause "New" or "Revised" License
758 stars 153 forks source link

Properly document the library #26

Open paltman opened 11 years ago

paltman commented 11 years ago

There have been a lot of features added since the initial pass at documenting this library. Bring things up to date.

powerspowers commented 10 years ago

Is there a fragments example anywhere on the web? I want to return the html to append to an element + also return a value via a fragment to update another elements value

paltman commented 10 years ago

@powerspowers https://github.com/eldarion/eldarion-ajax-demo/blob/master/demo/views.py#L14-L27