hi form i have this problem
when i post in ajax in https://www.ramcom.be/beveiliging/bewakingscamera-camerabewaking/
function menucard_AddToBasket(formId) {
$.post(window.location.hostname + "/xHttp/Basket.php", $('#'+formId).serialize())
.done(function( data ) {
$('#ibasket').html(data)
updateUtilitybarBasketBtn();
});
ajax page is www.ramcom.be/xHttp/Basket.php
is this to good way code above?
thanks by advance.
<a href="https://www.ramcom.be/beveiliging/bewakingscamera-camerabewaking/" rel="" target="_blank">camerabewaking</a>