`
fengbo515
  • 浏览: 40549 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

submit is not a function

 
阅读更多

做了三年开发 第一次碰到这个异常 submit is not a function

 

唉 原来 js对submit关键字敏感,页面元素切忌不要 name="submit"

 

 

分享到:
评论

相关推荐

    解决jquery submit()提交表单提示:f[s] is not a function

    jquery submit()无法提交表单 报错:f[s] is not a function,很是疑惑搜集整理了一些解决方法,感兴趣的朋友可以了解下啊,希望本文对你有所帮助

    解决LayUI表单获取不到data的问题

    前几天用LayUI表单进行AJAX提交的... form.on('submit(form_emp2)', function(data){ var temp=$('#updateform').serialize(); // layer.msg(JSON.stringify($('#form1').serialize())); // alert(JSON.strin

    解决VUE框架 导致绑定事件的阻止冒泡失效问题

    前面遇到了一个问题就是VUE框架内部做了一些处理,使得在我们通过v-for渲染DOM的时候添加新元素的时候,绑定事件也能对新增的元素有效。 而这次遇到的问题则是,原本绑定事件中(该函数没有写在vue实例...<a></a> <!

    hash table spell checking

    The list of possible corrections for a misspelled word is generated using a simple algorithm. Any variation of a misspelled word that is itself a word (i.e. it is found in the word list file) is a ...

    数据结构作业Hash表

    The list of possible corrections for a misspelled word is generated using a simple algorithm. Any variation of a misspelled word that is itself a word (i.e. it is found in the word list file) is a ...

    微软内部资料-SQL性能优化3

    Intent Lock is the term used to mean placing a marker in a higher-level lock queue. The type of intent lock can also be called the multigranular lock mode. An intent lock indicates that SQL Server ...

    [Head.First.JavaScript].Michael.Morrison...

    NaN is NOT a number 62 You can add more than numbers 64 parseInt() and parseFloat() convert text to a number 65 Why are extra donuts being ordered? 66 Duncan discovers donut espionage 70 Use ...

    iOS-2048-master

    ...except looping it is a bit ugly, so I made a `forEach` helper function. * The `M2Cell` class is the "slot"s. They are not the tiles themselves. The benefit of having this class is that the cells ...

    WinCE下的触控屏驱动程序源代码

    If it is not found, GWES assumes KBDI_KEYBOARD_PRESENT | KBDI_KEYBOARD_ENTER_ESC | KBDI_KEYBOARD_ALPHA_NUM. This registry access only occurs once, when the keyboard driver is loaded. This value is ...

    Proxy Pattern Informatization Research Based On SaaS

    SaaS website service is a show window of service vendor and a communication channel of users, through which users submit their informatization demands. After satisfying the demand of users, the ...

    VB编程资源大全(英文源码 其它)

    MessageBoxDll.zip This is a custom message box creator.It provides the following functionalities that are not provided by the MsgBox function in VB.<END><br>68,DragDrop.zip This is a code that ...

    jna-4.2.2 官方原版下载

    Features Automatic mapping from Java to native functions, with simple mappings for all ...NOTE: Oracle is not sponsoring this project, even though the package name (com.sun.jna) might imply otherwise.

    Vagaa哇嘎画时代--体验群体智慧的力量!

    If you do not want to serve as a SuperNode go to Tools -> Options -> Advanced and check 'Do not function as a SuperNode'. When you are a SuperNode your CPU and Internet connection is being used, but ...

    IRPTrace2.00.002.zip

    It is not recommended to set hook on disk drivers such as FASTFAT ATAPI NTFS DISK DISKPERF with switched on File Logging option, because any attempt of IRPTrace to log IRP information causes ...

    表单验证大全

    function isEnglish(name) //英文值检测 { if(name.length == 0) return false; for(i = 0; i ; i++) { if(name.charCodeAt(i) > 128) return false; } return true; } function isChinese(name) //中文值检测 { ...

    js验证表单 js验证表单

    function isEnglish(name) //英文值检测 { if(name.length == 0) return false; for(i = 0; i ; i++) { if(name.charCodeAt(i) > 128) return false; } return true; } function isChinese(name) //中文值检测 { ...

    asp连接数据库代码实例

    <input type="submit" name="Submit" value="查询"> </form> ------search.asp--------------- if request("keyword")<>"" and request("select")<>"" then sql="select * from biao where "&request("select...

    php文件上传表单摘自drupal的代码

    // If this #attribute is not present, upload will fail on submit $form[‘#attributes’][‘enctype’] = ‘multipart/form-data’; $form[‘file_upload’] = array( ‘#title’ => t(‘Upload file’), ‘#...

    fso浏览54646465465464564

    Islight=Not(Islight) Next %> End Sub '新建 Sub NewF(ByVal Fname) %> <title>FSO文件浏览器 - 新建 ; charset=GB2312"> function icheck() { if(document.rform.nname.value=="") { alert("请...

Global site tag (gtag.js) - Google Analytics