摘要: jquery实现鼠标点击网页,彩色气泡动画。size:气泡初始大小(逐渐变小)num:气泡数量 <script type="text/javascript"> var size=40; var num = 10; jQuery(document).ready(function($) { $("bod 阅读全文
posted @ 2022-01-20 19:28 YR_3 阅读(100) 评论(1) 推荐(0)
摘要: (function ($) { $.extend({ silence: (options) => { var silence = new Silence(); silence.init(options); } }); class Silence { constructor() { this.defa 阅读全文
posted @ 2022-01-20 12:39 YR_3 阅读(54) 评论(0) 推荐(0)