$("#id_user").change(function () { $("#photo img").attr("src", this.options[this.selectedIndex].value); });