Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript First attempt at JQuery…fail Re: First attempt at JQuery…fail

#54267

I think it’s because you have jQuery and Prototype on the same page and they don’t play well together.

In your script try using jQuery() instead of $().

E.g. jQuery("li.action-one").click(…..);