Pork.Iframe 1.1 Moo-ified


Pork.Iframe 1.1 Moo-ified

For the ones that don’t know Pork.Iframe: This has some advantages over submitting forms using ajax:
– You don’t have to serialize and urlencode your form (which is FASTER)
– You can upload files
– You use the form tag for what it is designed to do
– Even if javascript is somehow failing, the form will still be submitted (how you handle it on the serverside is your problem)
– You can ‘Ajax-ify’ (by which i mean have a callback after it’s finished or updating a div if the request it’s finished) your forms in 2 seconds

Related Posts