typerror: $X is not a function.

Recommended Videos

Generalissimo

Your Commander-in-Chief
Legacy
Jun 15, 2011
831
0
21
Country
UK
whenever i try and use a JavaScript object, the following error comes up:

TypeError: $(object name). is not a function

what's causing this? can it be solved?

i'm using firefox
 

Qitz

New member
Mar 6, 2011
1,276
0
0
One question. Is this an error you're getting on some web page or something coming up from a script you're making / executing?

Because if it's just a web page that's doing it, there's not much you can do on the users side.

If it's a script you're making, just that $X isn't being called like a function without being made one. Like Return $X; or