JavaScript error – deprecated functions
-
Uncaught TypeError: $(...).live is not a function at Object.initiate_payment_cc_process (novalnet-cc.js?ver=11.2.1:37) at Object.process (novalnet-cc.js?ver=11.2.1:19) at HTMLDocument.<anonymous> (novalnet-cc.js?ver=11.2.1:60) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at Function.ready (jquery.js?ver=1.12.4:2) at HTMLDocument.K (jquery.js?ver=1.12.4:2)
You must use .on() since jQuery 1.9 please update the plugin accordingly.
If one removes the jQuery migrate file to optimize the performance of a page it is not possible because you still use the old live() method.Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘JavaScript error – deprecated functions’ is closed to new replies.