$.ajax({
url: "unlockpercent.php",
dataType: "html",
type: 'POST',
data: {
'QuoteID': '',
'LEADID': '',
'Username': '',
'DDDeposit': ''+deposit+'',
'DDleaves': ''+cats+'',
'mydepositpercent': '',
'DDmonthvalue': ''+myvalue+'',
'DDinitdep': ''+bears+''
},
success: function(data){
$(".test").html(data);
// alert(data);
}
});











