Forums

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

Home Forums JavaScript Switching active class for multiple spans on mouseleave.

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

    Hey,

    I am a total noob when it comes to javascript and jQuery, so I would totally appreciate the help.

    I have a team design that requires an on hover and on mouse leave effect. The basic idea is for the images to swap out on hover as well as “fun fact” appear.

    So the way I have it set up is within each of items I have 3 spans. 2 with background images and 1 with a background color and text. In scss I set each element to display none. And added an active class of display block.

    The only problem is I’m not sure how to write the JS required. I tried a couple things but neither was really working. I posted my last attempt which i think is close to how it should start in my code pen.

    Thanks in advance!! Sorry for any spelling or grammer errors. I am tired as hell :P

    http://codepen.io/kcroake/pen/jPPqRo

    #201345
    Paulie_D
    Member

    Could you just trim the Codepen down to a single example?

    What works for one will work for all and it makes reviewing the code that much easier on us.

    Help us, help you.

    #201349
    k_cro
    Participant

    Adjusted!

    #201351
    Paulie_D
    Member

    I’m kind confused about what is supposed to be going on and what the Jquery is supposed to do.

    A lot of what I’m seeing (at least as far as I can tell) probably doesn’t need JS/JQ.

    #201438
    k_cro
    Participant

    Basically on mouseleave I want the class active to move to the next span. And I’m not really sure how to write it or if I’m even starting it correctly.

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