function rePaintCartBlock() { $.post({ 'url':'/netcat/modules/default/post.add.php', 'cart_mode' : 'otherwise', 'recount': 1, 'success':function(data){ alert(data); }, 'dataType':'json' }); }