jQuery.fn.ajaxUpdate=function(b){var c=true;if(b){b.sync=true;c=false}this.each(function(){var a=jQuery(this);if(a.attr("type"))return true;var d=a.attr("save");d&&a.attr("save","");jQuery.ajax({type:"POST",url:"/index.php",cache:false,data:{hash:a.attr("shash"),save:d},async:c,success:function(e){a.html(e).css("opacity","1")},beforeSend:function(){a.html()?a.css("opacity","0.4"):a.html("\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430...")}})});return this};

