FWIW: Note that you can also use JQuery's noConflict mode if you want another library such as Prototype to make use of $. I think it's very thoughtful of JQuery to be so accomodating, but frankly I think it's a bit much to use two different js frameworks with so much overlapping functionality.
On Jan 29, 4:45 pm, photogeek <levin....@gmail.com> wrote: > Yes, thanks Eric... > > On Jan 29, 2:02 pm, Eric Garside <gars...@gmail.com> wrote: > > > What do you mean when you say functions? If you mean something like: > > > function customfunction(input){ > > // Does something here > > return output; > [....]