[jQuery] Re: jQuery no conflict question

2009-12-11 Thread Henjo
Well, I tried this, but no matter where I put it, it gave me the error the function was not defined... So I decided to find/replace all $ with jQuery. It does the job. Thanks anyways! Henjo On Dec 11, 2:54 pm, Scott Sauyet wrote: > On Dec 11, 7:14 am, Henjo wrote: > > > I am wondering how to s

[jQuery] Re: jQuery no conflict question

2009-12-11 Thread Henjo
Hi Scott, I do not get the syntax completely, but will definitely give it a try. Thanks for posting back! Henjo On Dec 11, 2:54 pm, Scott Sauyet wrote: > On Dec 11, 7:14 am, Henjo wrote: > > > I am wondering how to set my jQuery to be in 'noconflict' state. > > [ ... ] > >    function question

[jQuery] Re: jQuery no conflict question

2009-12-11 Thread Scott Sauyet
On Dec 11, 7:14 am, Henjo wrote: > I am wondering how to set my jQuery to be in 'noconflict' state. > [ ... ] >    function questionList(){ >       ... >    } I'm wondering if you are using the "$" shortcut to jQuery inside such functions. If you are, then those functions must be inside some sco