Forums

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

Home Forums CSS Can't modify 2 fields of select options

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #261119
    triplebit
    Participant

    Here is my problem, in a single product page:
    http://yardenharel.triplebit.com/product/9350/
    I need to modify the value of the 2 select boxes in the bottom right.
    Is it possible and how with Css or With Javascript?
    Thx

    #261127
    Beverleyh
    Participant

    If you need to modify the value, why not edit the HTML directly?

    Or if you mean that you want to edit the value at some point after the page has loaded, after a specific action has taken place (such as after clicking a specific button), please tell us what/how exactly. JavaScript would be the way to go but we need to know more about what you’re working with/doing in order to offer suggestions. Or maybe you just need to Google “javascript change value of select box”? It’s hard for me to guess without all the details.

    Also, a small CodePen demo would be more useful for us, so that we can edit it live (with JavaScript or CSS). We can’t try much out on a live site, and the full codebase tends to put potential helpers off.

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