仿B站登录拼图滑块验证,代码结构清晰注释全。
2023-02-10 10:02:50 154KB js特效 jQuery特效
1
jQuery带表情的评论框,可自己随意添加表情框,简单方便
2023-01-13 18:20:53 191KB js特效 jQuery特效
1
js代码 [removed][removed] [removed] $('.form-control-chosen').chosen({ allow_single_deselect: true, width: '100%' }); $('.form-control-chosen-required').chosen({ allow_single_deselect: false, width: '100%' }); $('.form-control-chosen-search-threshold-100').chosen({ allow_single_deselect: true, disable_search_threshold: 100, width: '100%' }); $('.form-control-chosen-optgroup').chosen({ width: '100%' }); $(function() { $('[title="clickable_optgroup"]').addClass('chosen-container-optgroup-clickable'); }); $(document).on('click', '[title="clickable_optgroup"] .group-result', function() { var unselected = $(this).nextUntil('.group-result').not('.result-selected'); if(unselected.length) { unselected.trigger('mouseup'); } else { $(this).nextUntil('.group-result').each(function() { $('a.search-choice-close[data-option-array-index="' $(this).data('option-array-index') '"]').trigger('click'); }); } }); [removed]
1
jQuery图片全屏缩放和平移预览代码,图片全屏预览模式:点击图片可以切换到全屏查看图片的模式,全屏模式下可以缩放和平移图片。 js代码 [removed][removed] [removed][removed] [removed] $(function () { var viewer = ImageViewer(); $('.gallery-items').click(function () { var imgSrc = this.src, highResolutionImage = $(this).data('high-res-img'); viewer.show(imgSrc, highResolutionImage); }); }); [removed]
1
纯js超简单古风音乐播放器
2022-12-26 10:17:10 91KB js特效 jQuery特效
1
js代码 [removed][removed] [removed] $(document).ready(function(){ $(".accordion").accordion(); }); [removed] 一款简单实用的jQuery鼠标悬停图片手风琴自动切换代码,鼠标经过焦点图图片自动切换特效
1
基于vue的备忘录
2022-11-25 12:58:19 5KB js特效 jQuery特效
1
一款可以实现中国省市区地址三级联动jQuery插件。它使用简单,简单设置即可完成中国省市区地址联动效果。
2022-11-10 22:07:53 117KB js特效 jQuery特效
1
音频可视化插件wavesurfer.js的使用(包含多个音频的切换)
2022-11-10 14:10:49 125KB js特效 jQuery特效
1
实现效果: jQuery带页面跳转的确认提示框,点击上面的几个文字标签,从而给出提示信息,非常适用于网站表单的验证,例如登录与注册。php中文网推荐下载!
1