Tagged with “hijaxing”

Hijaxing Form Submission: Writing The View

After writing about how to use Mootools to hijax form submission I thought I should follow it up with how to integrate this with the backend code. In this case it’s Django, so all of the code is contained in a view which will simply return HTML in response ...

2007-09-7

Read »

Hijaxing Form Submission with Mootools

Not having used the mootools Javascript library to any great extent, I thought I’d try it out on our contact form and add a bit of AJAX to get rid of the page refresh when the form gets posted.

Mootools was chosen over other libraries like YUI, script.aculo ...

2007-07-3

Read »