sikhai 0 Report post Posted Monday at 09:34 AM Quote Share this post Link to post Share on other sites
Funce 33 Report post Posted Monday at 08:22 PM Assuming that frm_order is a form, unless you've defined that elsewhere, you need to do $("#frm_order") to access it. There would be a syntax error preventing any further execution. Hence, nothing is done. The second function you want to run, just does the same thing as the first? Clicking a submit button inside a form, is just $("#frm_order").submit() with extra steps. Quote Share this post Link to post Share on other sites