• Resolved Djules

    (@djules)


    There is a JavaScript error using the plugin and jQuery v3.1.1, as the load event is no longer supported.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    That was fixed in version 2.3.1 of the plugin. Please also not that the plugin only officially supports version 1.12.4 of jQuery, the default that ships with WordPress.

    Thread Starter Djules

    (@djules)

    Why using the load event insteaf of the domready one?

    Plugin Author philbuchanan

    (@philbuchanan)

    In order for the scroll feature to function properly I need to wait for all content to load (including things like images). The ready event occurs as soon as possible after the HTML document has been loaded, while the onload event occurs later, when all content (e.g. images) has also been loaded.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘JS error with jQuery 3.1.1’ is closed to new replies.