I am looking for a short and easy tutorial for posting form data using ajax & POST. More specifically for comments in a custom wordpress theme.
So far I have only found this: http://www.simonerodriguez.com/ajax-form-submit-example/ but the js file is huge so I think there is a lot of bloat (couldn't decipher it all). I've also searched on this site but most threads use jQuery or do not cover what I'm looking for.
Do any of you know a tutorial for this, or could anyone explain the basic code to me?
Thanks a lot for your help and suggestions!
P.S. please do not suggest jQuery as I am not using it and want to learn pure Js :).