Forums

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

Home Forums JavaScript slide li items

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43344
    mdrd88
    Participant

    Hello everyone!
    I am trying to get comfortable using javascript and I need some advice. I would like to make my own slideshow that will slide the image to the left or right. However, it just doesn’t seem to work. So would anyone please help a fellow newbie?

    http://codepen.io/anon/pen/djBoL

    Thanks in advance!

    #128114
    CrocoDillon
    Participant

    Click the gear button on the JS tab and include jQuery, then it works (well… it does something to start with)

    #128115
    mdrd88
    Participant

    So if I wanted to have this locally, what would I need to do? would I ned to link to jquery in the head?

    Like this?

    #128116
    mdrd88
    Participant

    sorry can’t seem to post the link to jquery, here is the link. http://think2loud.com/576-jquery-101-adding-jquery-to-your-website/

    #128144
    benpearson
    Participant

    Yep. Download latest version of jQuery and load it in the head with the correct path to the local file. Alternatively you can load Google’s CDN version of jQuery instead of downloading it.

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