function update_basket($url) {
    $('#basketviewdetail').load($url);
}

function post_basket_add() {
         
}