Okay
  Public Ticket #2573055
admin-main.js:141 Uncaught TypeError: jQuery(...).live is not a function
Closed

Comments

  • Fernando started the conversation

    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)

  •  2,572
    Kevin replied

    Hi Fernando!

    Go to this file (assets / js / admin-main.js) and replace "live" to "on", to fix this problem.

    thanks