When posting a new topic you can choose from a list of title prefixes for JS frameworks/libraries. Please use this if you have a question pertaining to one of these frameworks/libraries, this helps others to quickly get an idea about the general category.
How so? There's jQuery minimum that's a 'lite' version, and I think that has AJAX but I dunno. Basically, if it's not on their website then it doesn't exist
// Replace this
if(isset($_POST['submitButton']))
// With this
if(!empty($_POST))
// Then check for values/forms. Some IE versions don't send the submit button
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
Comment