自己写的一套 jquery 插件,分享给大家
发布于 8 年前 作者 linksgo2011 5628 次浏览 来自 分享

git 项目地址

https://github.com/linksgo2011/jquery-plugins

把常见 UI 组件封装为 jQuery 插件和一个 CSS 组件,便于灵活跨项目使用。

每个插件包括一个 js 文件、 CSS 文件、资源文件夹。

目录

<h4>带缩略图的轮播图插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/photos/index.html” class=“pure-button”>在线预览</a>

<h4>拖拽排序插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/dragsort/index.html” class=“pure-button”>在线预览</a>

<h4>两列多选插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/multiselect/index.html” class=“pure-button”>在线预览</a>

<h4>模拟拖拽插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/nicedrag/index.html” class=“pure-button”>在线预览</a>

<h4>图片裁剪插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/imgcrop/index.html” class=“pure-button”>在线预览</a>

<h4>倒计时插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/countdown/index.html” class=“pure-button”>在线预览</a>

<h4>下拉多选插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/multiselectv2/index.html” class=“pure-button”>在线预览</a>

<h4>css3 动画队列控件(h4 态机动画)</p> <a href=“http://printf.cn/product/jq-plugins/common/animatex/index.html” class=“pure-button”>在线预览</a>

<h4>多级分类联动插件</h4> <a href=“http://printf.cn/product/jq-plugins/common/linkage_select/index.html” class=“pure-button”>在线预览</a>

10 回复

拖拽排序插件 比较差

@i5ting 求提意见改进

@linksgo2011 拖拽中的item不是要把下面的挤到边上么?不然没有drop时的预览效果的

整体来看,你对jquery的插件机制已经比较了解了,js的一些技巧也不错,继续加油~

@i5ting 不然没有drop时的预览效果的 没太懂

两列多选插件 右侧 双击 内容消失

拖拽排序有个小BUG,看图 QQ截图20160104113939.jpg

你现在的拖拽排序是将两个换一下~看效果貌似是~:joy:

@coolfishstudio 我没重现,帮提一个issues,谢谢

@satrong 看到了,谢谢

回到顶部