Does anyone know why this jquery might not work?
Ultimately I will replace the "1" index with a variable but I can't even get this working at the moment.
$('.myClicker').click(function() {
$("#selectBoxContainer img").css({"background-color":"#FFF"});
$("#selectBoxContainer img:eg(1)").css({"background-color":"#000"});
});