如何在jq中实现点一次图片,图片位置变化一次,可以无限点,无限变化位置
展开全部
<style type="text/css">
img{
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<img src="img/jing2.jpg" alt="" />
</body>
<script type="text/javascript" src="js/jquery-2.1.4.js" ></script>
<script>
var ju_Li=0;
$("img").on("click",function(){
ju_Li=ju_Li+5;
$(this).css("left",ju_Li+"px")
})
</script>
img{
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<img src="img/jing2.jpg" alt="" />
</body>
<script type="text/javascript" src="js/jquery-2.1.4.js" ></script>
<script>
var ju_Li=0;
$("img").on("click",function(){
ju_Li=ju_Li+5;
$(this).css("left",ju_Li+"px")
})
</script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询