Is there a way to hide an option in a select list with javascript?
All code I have used so far just removes options but this messes about with the index numbers and stuff.
Ideally, I'd like to give each option an id and then decide whether to hide it or not then make it visible again at another time?
All code I have used so far just removes options but this messes about with the index numbers and stuff.
Ideally, I'd like to give each option an id and then decide whether to hide it or not then make it visible again at another time?