Quick question. I've tried to search, but could not find anything. Could also be because I use the wrong keywords for search.
Anyways, this is my problem:
I'm hiding certain elements on my webpage using css like this:
.selectBox option[value='6']{
display:none;
}
Works fine on my windows pc, but Safari v8.0.6 on mac will not use the css. Are there any workarounds? I could add a new class and hide based on class, but I would like to do this using either 'value' or 'label' attribute
Fiddle: https://jsfiddle.net/qdsq5v70/