非常好用的 文本编辑器 ckeditor

8-03 2,891 views

参考地址 :https://ckeditor.com 使用方法: 可以在这个网址,https://ckeditor.com/cke4/builder,自定义你的文本编辑器工具栏。 <textarea name="tes...
阅读全文 0

6款html5手机导航菜单特效

7-03 2,511 views

下载:jiaoben4088 演示地址:http://sc.chinaz.com/jiaobendemo.aspx?downloadid=9201672429252
阅读全文 0

jQuery滚动插件kxbdSuperMarquee

6-27 3,649 views

参考:http://code.ciaoca.com/jquery/kxbdmarquee/   版本:jQuery v1.3.<a href="http://www.koukousky.com/wp-content/uploads/2018/06/QQ截图20...
阅读全文 0

jquery监听div元素append 追加内容变化

6-17 3,547 views

function changes(){ alert("changes"); } $("#btn").click(function() { $("#div").append("abcdefg"); }); $("#div").bind("DOMNodeI...
阅读全文 0

好用的jquery 提醒插件 —-noty

6-07 3,461 views

引入CSS JS //css <link rel="stylesheet" href="https://cdn.bootcss.com/noty/3.1.4/noty.min.css"> //js <script src="https://cdn.bootcss.com/...
阅读全文 0

jQuery左右滑动 选取数值,价格滑动选取

6-04 2,948 views

test   <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> ...
阅读全文 0

图片轮播插件 jquery-galleryview

8-17 3,001 views

例: 下载:js 使用方法: <link type="text/css" rel="stylesheet" href="galleryview.css" /> <script type="text/javascript" src="js/jquery-...
阅读全文 0

好用的网页图片浏览插件photoswipe(支持PC、手机,触摸滑动等等)

8-17 3,008 views

官网地址: http://photoswipe.com/ 下载地址: https://github.com/dimsemenov/PhotoSwipe 第一步:引入JS CSS <!-- Core CSS file --> <link re...
阅读全文 0

jquery 图片滚动 xslider 插件

4-06 3,125 views

######### $(".productshow").xslider({//.productshow是要移动对象的外框; unitdisplayed:3,//可视的单位个数 必需项; movelength:1,//...
阅读全文 0

php解决 jquery.dotdotdot.js 文字显示不完整的问题

1-23 5,653 views

最近发现jquery.dotdotdot 会出现文字显示不全,假如一行10个字,他往往前面2、3个字后面就出现了省略号。用以下函数,在数据库查询出的要展示数据,先用这个...
阅读全文 3