jQuery实现下拉框选择图片功能实例_jquery

jQuery实现下拉框选择图片功能实例_jquery,第1张

本文实例讲述了jQuery实现下拉框选择图片功能。


分享给大家供大家参考。


具体如下:

让下拉框中显示图片,并可选择对应图片,让select下拉框不仅可显示文字,还可以显示图片内容。


为了更生动些,这里还加入了jQuery动画效果,当展开Select列表的时候,图片渐变显示。


使用了一个jQ插件:imageselect.js,使用效果的朋友可以自己下载吧。


运行效果截图如下:

jQuery实现下拉框选择图片功能实例_jquery,第2张

具体代码如下:



支持图片选择的jQuery列表框插件imageselect.js
 
 

.jqis{position: relative;}
.jqis_header{background-image: url('http://files.jb51.net/file_images/article/201508/201588110650877.png');background-position: right center;background-repeat: no-repeat;cursor: pointer;}
.jqis_header img{cursor: pointer;}
.jqis_dropdown{padding: 5px;position: absolute;overflow-x: hidden;overflow-y: scroll;}
.jqis_dropdown img{margin-right: 3px;cursor: pointer;float: left;}
 
 
 

请在下拉列表中选择:

http://files.jb51.net/file_images/article/201508/201588111102886.jpg</option> http://files.jb51.net/file_images/article/201508/201588111047711.jpg</option> http://files.jb51.net/file_images/article/201508/201588110953715.jpg</option> http://files.jb51.net/file_images/article/201508/201588111003336.jpg</option> $(document).ready(function(){ $('select[name=logo]').ImageSelect({dropdownWidth:425}); });

希望本文所述对大家的jquery程序设计有所帮助。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/330708.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2018-05-31
下一篇 2018-05-31

发表评论

登录后才能评论

评论列表(0条)

保存