画像サイズに依存しない絶対中央配置
http://dskd.jp/archives/29.html<body>
<img src="image.jpg" />
</body>
img{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
<body>
<img src="image.jpg" />
</body>
img{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
<script type="text/javascript" src="jkl-dumper.js"></script>
var hoge = [1,2,3,4,5]; alert( new JKL.Dumper().dump(hoge) );
$('table').live('click', fn);
$(document).on('click', 'table', fn);