geeky · non php code

Javascript Error: submit is not a function

Just my luck and I ran into the dreaded submit is not a function javascript error. Here’s the scenario. While coding javascript along, you get a form via id or name on your html page and calls the submit() function on it. You think it should just behave as expected (submits the form) instead nothing… Continue reading Javascript Error: submit is not a function