我正在使用这个http://rvera.github.io/image-picker/库,我不知道单击时如何显示 src 图像的值。
你能帮助我吗?
这是我的例子
$("select.image-picker.show-labels").imagepicker({
hide_select: true,
show_label: true,
clicked:function(){
console.log($(this).find("img").attr("src"));
}
});
谢谢