Uncaught ReferenceError: Invalid left-hand side expression in postfix operation

Permalink
I am receiving an error in my console that I can't seem to find much information about. The error is:
Uncaught ReferenceError: Invalid left-hand side expression in postfix operation


The website ishttp://www.whitesvillewv.com

I am primarily a front-end designer/developer with limited javascript knowledge (I believe this error is javascript related) so any advice on where to look or what to fix would be much appreciated.

One thing I'll mention is that I'm using the Mega Menu add-on. In order to get it to work, I had to call for jquery in my header.php. I was under the impression that Concrete5 already includes jquery and that calling for it again may cause errors. Could the problem be related to this? I only receive the error on my homepage though. I'm also using the Easy Tabs add-on and the Whale Owl Slider add-on. Otherwise, the homepage is pretty vanilla html/css.

Any help or advice is much appreciated!

1 Attachment

lmestep