[jQuery] remove classes when select option is not selected

2009-03-19 Thread jjsanders
Hello, When i select something from a selectbox it adds a class to the selected option this way: $('div#tabs input[type="text"], select option:selected, input:checked, textarea').addClass('takethis'); But when i select a different option it doesn't remove the class 'takethis' from the option w

[jQuery] remove classes when select option is not selected

2009-03-19 Thread jjsanders
Hello, When i select something from a selectbox it adds a class to the selected option this way: $('div#tabs input[type="text"], select option:selected, input:checked, textarea').addClass('takethis'); But when i select a different option it doesn't remove the class 'takethis' from the option w