如何使用 jQuery 在 div 中显示图像?我有这段代码,但它不工作。
$(document).ready(function () {
$("#up").click(function () {
var imgUrl = $("img_input").val();
$("#imageDiv").prop("src", imgUrl).show();
});
});
up
给到id
:
<input id="img_input" type="file">
<button id="up">