o.create = function(event, ui) {
                updateSpinner(); // ui is an empty object on create
                if (typeof o.oldcreate === 'function') { o.oldcreate(event, ui); }
            };