About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
hardway120308
9/12/2018 - 12:58 PM
share
Share
add_circle_outline
Save
點擊圖片自動全屏幕放大的程式碼,使用jQuery
點擊圖片自動全屏幕放大的程式碼,使用jQuery
img-click-fullscreen.js
content_copy
file_download
$('img').click(function(){location.href=this.src;});
clear