[jQuery] Re: $() and Object doens't support error

2009-09-26 Thread Dave Methvin
Most likely, jQuery.noConflict was called somewhere in the page so that the $ variable could be used by something else. If you are including a lot of plugins, one of them may have done it.

[jQuery] Re: $() and Object doens't support error

2009-09-26 Thread Scott Kellish
Thanks, that is exactly what the problem it. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Dave Methvin Sent: Saturday, September 26, 2009 9:52 AM To: jQuery (English) Subject: [jQuery] Re: $() and Object doens't support error