「MediaWiki:Common.js」:修訂間的差異

出自新詞查詢
前往: 導覽、​ 搜尋
(建立內容為「→‎此 JavaScript 會用於使用者載入的每一個頁面。:​ $( function () { $( '#mw-content-text' ).on( 'click', '.newwin > a', function () { var otherWindow = window.open(); otherWindow.opener = null; otherWindow.location = this; return false; } ); } );」的新頁面
 
(無差異)

於 2023年1月6日 (五) 16:06 的最新修訂

/* 此 JavaScript 會用於使用者載入的每一個頁面。 */
$( function () {
	$( '#mw-content-text' ).on( 'click', '.newwin > a', function () {
		var otherWindow = window.open();
		otherWindow.opener = null;
		otherWindow.location = this;
		return false;
	} );
} );
Cookies 幫助我們給予服務內容。依您有使用我們的服務,代表您同意我們使用 cookies。