MuseJSAssert: Error calling selector function:TypeError: this.elem.get(...) is undefined

198 Views Asked by At

We are receiving the message below when visiting this landing page: http://elpasounited.com/

On FireFox: "MuseJSAssert: Error calling selector function:TypeError: this.elem.get(...) is undefined"

On Goole Chrome: "MuseJSAssert: Error calling selector function:TypeError: Cannot read property 'currentStyle' of undefined"

I tried adding, but did not work:

<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>

This website was built in Adobe Muse which has been deprecated for a while, but we just started receiving this message about two months ago. I'm not a JS developer, any ideas on how I can troubleshoot this?

1

There are 1 best solutions below

2
On

You script src path doesn't exist. I have checked the link its not available

enter image description here

And please choose the respected version number from this cdn

https://code.jquery.com/jquery/

You have a problem with 1.8.3 so try this one

<script
  src="https://code.jquery.com/jquery-1.8.3.min.js"
  integrity="sha256-YcbK69I5IXQftf/mYD8WY0/KmEDCv1asggHpJk1trM8="
  crossorigin="anonymous"></script>

please add this script on top of the other script