Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<!-- 请用 Chrome 的 about:flag 打开 #enable-experimental-web-platform-features -->
<img src="http://www.w3.org/html/logo/downloads/HTML5_Logo_256.png" srcset="http://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" />
<br />
<input type="button" value="change" onclick="change()"/>
 
var img = document.querySelector('img');
function change() {
  img.src = "http://www.w3.org/html/logo/badge/html5-badge-h-css3.png";
  // 如果忘了设置 srcset 则浏览器不会换图片。
  // img.srcset = "";
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers