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 要素に表示する必要もあります。