Per my own post having to do with jQuery competing with other js files, yes it would seem to be a known issue. Here is the link that was provided to me for trying to solve the conflict and be able to keep all js files on the same page: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
Aaron On Sep 18, 10:07 am, kim <[EMAIL PROTECTED]> wrote: > i've found the cause of the error. seems like jquery doesn't work well with > scriptaculous. we are using the lightbox library, and it requires > scriptaculous. after excluding the scriptaculous library, my jquery code > works! > > is this a known issue? > > thanks. > > On Thu, Sep 18, 2008 at 7:01 PM, MorningZ <[EMAIL PROTECTED]> wrote: > > > the problem is you have a <div> tag with the id of "showError" and you > > also seemingly have an event called "showError" > > > That's not good to have and is probably the source of your issue