I need to remove an option from a selection in certain circumstances.
Basically:
if(mystatement == true) { //remove item with id 'option1' from select of id 'select1' }
Does anyone know the code for me to achieve this?
Many thanks.
javascript jquery
AndrewC
source share