$(form).ajaxSubmit is not a function

前端 未结 7 1815
猫巷女王i
猫巷女王i 2020-12-02 18:23

I\'m trying to use the jquery validate plugin to validate a form and submit the contents with an ajax request.

This code is in the head of my document.



        
7条回答
  •  再見小時候
    2020-12-02 18:51

    this is new function so you have to add other lib file after jQuery lib

    
    

    it will work.. I have tested.. hope it will work for you..

提交回复
热议问题