admin-main.js:141 Uncaught TypeError: jQuery(...).live is not a function at HTMLDocument.<anonymous> (admin-main.js:141) at i (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2) at Function.ready (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2) at HTMLDocument.J (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2)
hi, getting this error when try to import demo
admin-main.js:141 Uncaught TypeError: jQuery(...).live is not a function
at HTMLDocument.<anonymous> (admin-main.js:141)
at i (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2)
at Function.ready (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2)
at HTMLDocument.J (load-scripts.php?c=0&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:2)
Hi Fernando!
Go to this file (assets / js / admin-main.js) and replace "live" to "on", to fix this problem.
thanks