标签归档:jquery

Uncaught TypeError: Property ‘submit’ of object # is not a function

今天晚上遇到一个很纠结的问题,在提交表单是遇到如下错误信息:

Uncaught TypeError: Property 'submit' of object # is not a function

html代码如下:

<button type="submit" value="true" class="pn pnc" name="submit"><strong>提交申请</strong></button>

网上搜了下,出现这个错误的原因是:type写了button,name写了submit,把name改成button或其它就正常了