function ajaxBc(n,t,i){$.ajax({url:n,type:"POST",data:{ID:t,Type:i},success:function(n){console.log(n)}})}