• Resolved a223123131

    (@a223123131)


    With your plugin installed I get erors shown checking my site on https://web.dev caused by the jQuery event-aliases like .load(), .unload() or .error() that all are deprecated since jQuery 1.8.
    I haven’t checked all, but found .load events. Could you please update your code?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    Hi @a223123131,

    thanks for reaching out.

    I removed the usage of load() a few months ago. Please make sure that you are using version 2.0.0 of ISC.

    If you do, please send me the report you are getting if it contains specific information about the appearance in the code.

    Thanks,
    Thomas

    Thread Starter a223123131

    (@a223123131)

    Thanks Thomas!

    I’m still using ISC 2.0.0
    I did a search for “.load(function” and found in the file front-js.js in line 30 the following code:

    jQuery('.isc-source img').load(function(){

    • This reply was modified 4 years, 2 months ago by a223123131.
    • This reply was modified 4 years, 2 months ago by a223123131.
    Plugin Author Thomas Maier

    (@webzunft)

    Thanks for your reply.

    As you can see here, the line is commented out. Looks like the tool you were using does not actually interpret the code but just looks for simple strings.

    All should be fine.

    Still, thanks for reporting it. There is always a chance to improve something!

    Thomas

    Thread Starter a223123131

    (@a223123131)

    Ok… my fault. Sorry for disturbing ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘>>> Deprecated jQuery event-aliases’ is closed to new replies.