js 第44章 jQuery支持方法的连写 js 第44章 jQuery支持方法的连写

2022-08-17
$("p").click(function(){alert($(this).html())})
.mouseover(function(){alert("mouse over event")})
.each(function(i){this.style.color=["#f00","#0f0","#00f"][i]});

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开微信扫一扫,即可进行扫码打赏哦

阅读 399

js文章

带到手机上看