update add order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user