if (typeof(Alchemy) === 'undefined') { var Alchemy = {}; } (function ($) { $.extend(Alchemy, { FileProgress:function (file) { var $progressBarContainer; this.fileID = file.id; this.$fileProgressWrapper = $('#' + this.fileID); if (!this.$fileProgressWrapper.get(0)) { // Build Wrapper this.$fileProgressWrapper = $('
'); // Build Container this.$fileProgressElement = $('
'); // Append Cancel Button this.$fileProgressCancel = $('