$(document).ready(function() {
$(‘#submit’).on(‘click’, function() {
var url = ‘new.php’; // the page containing Hotel list only
$(‘#div-hotel-list’).load(url); // the div in the main page where hotel list should be displayed.
});
});
海报
204