I have a selectbox with several options - each of these option values correspond to a \"value\" attribute on some images below. The functionality I want is when selectbox va
Quotes are messed up:
$('.tabContent img[value="'+selectboxvalue+'"]').css({border: '1px solid #c10000'});