DED|Chain HijackForm
Hijacking a form has now been made uberly easy. Simply provide a form 'id' to the DED Chain, and you're set. Nothing else is required. Of course, you get handy callbacks and other options that go with it.
Hijacking a form has now been made uberly easy. Simply provide a form 'id' to the DED Chain, and you're set. Nothing else is required. Of course, you get handy callbacks and other options that go with it.
// the most trivial hijack
$('#my-form').hijackForm({ });
_$('form#hijack2').hijackForm({
populate: 'hijack-response'
});