<script src="js/waterTank.js"></script>
<script>
$(document).ready(function() {
$('.waterTankHere1').waterTank({
width: 420,
height: 360,
color: 'skyblue',
level: 83
}).on('click', function(event) {
$(this).waterTank(Math.floor(Math.random() * 100) + 0 );
});
$('.waterTankHere2').waterTank({
width: 80,
height: 360,
color: 'red',
level: 80
}).on('click', function(event) {
$(this).waterTank(Math.floor(Math.random() * 100) + 0 );
});
$('.waterTankHere3').waterTank({
width: 20,
height: 360,
color: 'blue',
level: 80
}).on('click', function(event) {
$(this).waterTank(Math.floor(Math.random() * 100) + 0 );
});
});
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
