jorgebastida / django-dajax

Easy to use library to create asynchronous presentation logic with django and dajaxice
http://dajaxproject.com/
BSD 3-Clause "New" or "Revised" License
346 stars 99 forks source link

Call function #15

Closed Billybob closed 12 years ago

Billybob commented 14 years ago

hello is it possible to call the function like this into the future version ?

Dajaxice{ application: $(this).attr('data-application'), view : $(this).attr('data-view'), ('Dajax.process', {...}) }

Thanks!