/ Published in: jQuery
Expand |
Embed | Plain Text
$("#item_select").change(function(){ var select_val select_val = $("#item_select").val(); $("img#yourimg").attr("src", select_val); });
You need to login to post a comment.
wolulcmit on 11/26/09
1 person have marked this snippet as a favorite
$("#item_select").change(function(){ var select_val select_val = $("#item_select").val(); $("img#yourimg").attr("src", select_val); });
You need to login to post a comment.