update add order

This commit is contained in:
Aung Myo
2017-07-26 15:08:44 +06:30
parent 83b8d72632
commit 50a878349d
5 changed files with 84 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ $(function(){
}); //End Booking Click
function show_details(url_item){
alert(url_item)
//Start Ajax
$.ajax({
type: "GET",
@@ -109,9 +110,8 @@ function show_details(url_item){
+'<div class="card-footer">'
+'<small>'+ price +'</small>'
+'</div>';
$(".menu_items_list").append(row);
}
$(".menu_items_list").html(row);
}
});
//end Ajax