hardway120308
9/12/2018 - 12:58 PM

點擊圖片自動全屏幕放大的程式碼,使用jQuery

點擊圖片自動全屏幕放大的程式碼,使用jQuery

$('img').click(function(){location.href=this.src;});