
插件
✧* ꧁柠檬ヤ汽水꧂✧*
这个作者很懒,什么都没留下…
展开
-
好用的谷歌小插件
一、首先下载一个谷歌插件压缩包,或者大佬自己写也可以1.代码如下:{ "description": "测试插件-简介", "name": "测试插件", "version": "1.0.0", "manifest_version" : 2, "browser_action" : { "default_icon" : "1.png" ...原创 2020-04-03 22:26:40 · 260 阅读 · 0 评论 -
干货!干货!---轮播图插件
轮播图插件1、基础样式布局:<style> .box{width: 1000px;height: 300px;margin: 20px auto;position: relative;overflow: hidden;} .box .imgbox{} .imgbox a{width: 1000px;height: 300px;p...原创 2020-03-21 21:57:15 · 240 阅读 · 0 评论 -
jquery的扩展和插件
一、方法 : $.abc();$.extend({ qwe:"hello qf", abc:function(){ console.log("你好"); } }) console.log($.qwe); $.abc();先执行jq,传参,选择器,选择器返回的是DOM元素,这种执行为jq的D...原创 2020-03-20 23:49:50 · 155 阅读 · 0 评论