Forums

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

Home Forums CSS How do you trigger Jquery function when dropdown menu option is clicked?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45358
    Anonymous
    Inactive

    Not sure why but jquery functions don’t trigger when i click the option of a dropdown menu. Even when everything is attached. How can i have the option.click trigger the animate function?http://codepen.io/Jarolin/pen/jHtxf

    #137911
    TheDoc
    Member

    You can’t. But you can watch for the `

    #137954
    Anonymous
    Inactive

    I need to attach an individual function to each option of the select menu. I cant do it with that.

    #137950
    Paulie_D
    Member

    But you can trigger a function based on a value can’t you?

    My Jquery-fu is weak. :)

    #137958
    Anonymous
    Inactive

    @jamy_za Thanks. ill try using your code later today.

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