PLEASE HELP with this Uncaught TypeError: has no method 'createElement'

acovendesigns

New Member
I'm getting this "Uncaught TypeError: Object #<HTMLDivElement> has no method 'createElement' " error message and have absolutley no idea how to fix this please help!

heres an image of what it looks like.
2dqvu6w.png


Here's what the site looked like before this happened.
xfp7vb.png


Here's what the site looks like now.
www.alexcoven.com/clothing

The deadling for this site is today also.. ;/ which is making me sweat haha.
Thanks in advance,
-Alex
 

ronaldroe

Super Moderator
Staff member
Is it causing the site to not work?

Looks like you got a bad copy of jQuery. If the site works, though, just go with it.
 

acovendesigns

New Member
Is it causing the site to not work?

Looks like you got a bad copy of jQuery. If the site works, though, just go with it.

Yeah the home page and lookbook pages are both not working. I'm not sure what to do or how to fix it. Every time I inspect element it says the same line error. ;/
 

ronaldroe

Super Moderator
Staff member
That error is in your jQuery file. Get a different copy. I know it's the one WP is loading, but that one seems to be bad for whatever reason.
 

chrishirst

Well-Known Member
Staff member
createElement is a document method not an abitrary element method.


and have absolutley no idea how to fix this please help!
A great example of WHY you should learn javascript BEFORE using a 'framework'!
 
Top