頁面的標題我在點擊鏈接的href
使用一樣加載頁面的內容如下:獲取裝載.load
$("html").on('click', 'a', function(event) {
event.preventDefault(); // obviously
var url = this.href + " #main"; // holds the content of #main at a given url
$('#ajax-container').load(url); // loads that content into #ajax-container
document.title = "?";
});
我怎麼能搶加載的頁面,並顯示的標題它?
' $('title')。html()'或'$('title')。text()'應該這樣做 –
如果只加載'#main'中的內容,返回的數據將不包含'