Return to Snippet

Revision: 20839
at November 26, 2009 12:42 by wolulcmit


Initial Code
$("#item_select").change(function(){
    var select_val
    select_val = $("#item_select").val();
    $("img#yourimg").attr("src", select_val);
});

Initial URL


Initial Description


Initial Title
change source of an image with select box and jQuery

Initial Tags


Initial Language
jQuery