jQuery.extend({nette:{updateSnippet:function(b,a){$("#"+b).html(a)},success:function(b){if(b.redirect){window.location.href=b.redirect;return}if(b.snippets){for(var a in b.snippets){jQuery.nette.updateSnippet(a,b.snippets[a])}}$.dependentselectbox.hideSubmits()},createSpinner:function(a){return this.spinner=$("<div></div>").attr("id",a?a:"ajax-spinner").ajaxStart(function(){$(this).show()}).ajaxStop(function(){$(this).hide().css({position:"fixed",left:"50%",top:"50%"})}).appendTo("body")}}});jQuery.ajaxSetup({success:jQuery.nette.success,dataType:"json"});$.nette.createSpinner();
