Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
$(this).ajaxSubmit({ target: '#picture_preview', success: afterSuccess //call function after success });
我使用上面的代码将图像上传到服务器,并将上传的图像推送到指定的目标中。一切正常。
但我还需要在另一个 div 元素中显示相同的图像。