function button_upload(){ console.log(1); $(".buttonUpload").click(function(){ console.log(2); content_upload(); });}