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

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24220

    I have been trying jquery for the first time with no luck. I have been following Chris’ "Intro to JQuery" tutorial to a T.
    I get nothing! Is wordpress or PHP interfering?

    http://aaronheine.com/portfolio/

    #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(…..);

    #54269

    YESSSSSSS!!!!!!

    #54270
    Rob MacKay
    Participant
    "aaronheine" wrote:
    YESSSSSSS!!!!!!

    LOL I know that feelin :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.