I have an img tag and a select box
use a change function on your select list
$('#kitchen_color').change( function() { $("#imgid").attr("src","new src value"); });