Uncaught TypeError: Cannot read property 'ajax' of undefined

后端 未结 2 1006
傲寒
傲寒 2021-02-20 18:49

I tried deleting an item from a table with AJAX via a POST call.

///// DELETE INDIVIDUAL ROW IN A TABLE /////
jQuery(\'.stdtable .delete\').live(\'click\', funct         


        
2条回答
  •  渐次进展
    2021-02-20 19:17

    I can't solve the problem using jQuery instead of $.

    In my case, I add the source jQuery.js and solve the problem, like

    
    

提交回复
热议问题