$(document).on('click', '#action-unSub', function(){
$.ajax({
url: "unsubscribe-manual.php",
type: "POST",
data: { email:<?=$v_item['CONTACT_EMAIL'];?> },
success: function(html){
},
error: function(html){
}
});
});
Open in new window
what is the issue ?