[jQuery] Re: How would I substitute the term jquery('class') for $('class')

2008-07-09 Thread mickbw
Colin, Thank you. That is exactly what I was looking for and wasn't using the right terms for a good search. Goodbye to coding in an onclick for each of the dt elements. Once again, thanks, Michael On Jul 9, 4:15 am, Colin Guthrie <[EMAIL PROTECTED]> wrote: > mickbw wrote: > > I am working o

[jQuery] Re: How would I substitute the term jquery('class') for $('class')

2008-07-09 Thread Colin Guthrie
mickbw wrote: > I am working on a page that works correctly when I call it directly in > any browser. > > If I include the page in my RIA app and run the script in firebug, the > jquery script works correctly. > > If I include it in my RIA app with the script part of an > external .js script,