Search code examples
jqueryundefinedparallax

jQuery uncaught reference error - element is not defined


I implemented the following plugin in into a drupal website https://github.com/linnett/backgroundVideo following their instructions to the T.

I am receiving a jQuery uncaught reference error: element is not defined error. This is my site.


Solution

  • the variable element is supposed to be a reference to your video element.

    var element = "#TheVideoElementId";