$(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.
});
});
海报
0 条评论
202
相关文章
本站已关闭游客评论,请登录或者注册后再评论吧~