TypeError: $(…). is not a function

前端 未结 4 1766
旧时难觅i
旧时难觅i 2021-01-13 10:05

I\'m trying to track down an error TypeError: $(...).clientSideCaptcha is not a function at RegisterCapcha (http://localhost:4382/xxx/index.html:98:31)

4条回答
  •  抹茶落季
    2021-01-13 10:25

    1) Include jQuery before all your scripts:

    
    
    

    2) After that define $ variable for jQuery function like this:

    
    

提交回复
热议问题