Well Newcastle Gateshead
');
$.ajax({
type: 'POST',
data: {
cID: $(this).attr('detail-card-detail')
},
url: "https://wellnorth.co.uk/my/ajax/controller/popup_window_page_list_filter",
success: function(response) {
$('.ccm-block-page-list-wrapper.ajax-popup-page-list #ajax-content').html(response);
}
});
});
});