var icerik = undefined; function upload() { if (icerik == undefined) icerik = $("#upload_div").html(); $("#upload_div").append(icerik); }