hello,
How can I exclude a certain input box from adding an element?
$('div#tabs input[type="text"], select option:selected, input:checked, textarea').addClass('takethis');
I wnat this for all input boxes and select boxes except for on certain input box. How would i do this?