I am trying to hide some tags with jquery but it doesn\'t seem to work.
I want to hide all options that have the rel
rel
You can't hide or show options. What you must do is clone your select and delete option tags you don't want.
EDIT : something like that http://jsfiddle.net/RnfqW/5/