$.widget("missy.loader",{loaderStarted:0,options:{icon:"",template:'
'},_create:function(){this._bind()},_bind:function(){this._on({processStop:"hide",processStart:"show","show.loader":"show","hide.loader":"hide","contentUpdated.loader":"_contentUpdated"})},_contentUpdated:function(e){this.show(e)},show:function(e,s){return this._render(),this.loaderStarted++,this.spinner.show(),s&&this.spinner.css({width:s.outerWidth(),height:s.outerHeight(),position:"absolute"}).position({my:"top left",at:"top left",of:s}),!1},hide:function(){return 0