jquery+css实现下拉列表功能
网络编程 2021-07-04 18:33www.168986.cn编程入门
本文通过实例代码给大家介绍了jquery 与css相结合实现的下拉列表功能,非常不错,具有参考借鉴价值,需要的朋友参考下吧
废话不多说了,直接给大家贴代码了,具体代码如下所述
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>fruit</title> <style type="text/css"> .hide { display: none; } div { float: left; width: 100%; } .selector-containter { margin-bottom: 10px; } .selector { width: 200px; background: #FFF; border: 1px solid #DDD; } .selector-hint { width: 178px; border: 1px solid #DDD; } .selector-expand { width: 8px; border: 1px solid #DDD; } .selector-collapse { width: 8px; border: 1px solid #DDD; } </style> <script src="jquery-3.2.1.min.js"></script> <script> $(document).ready(function() { //使用on方法,采用事件委派机制,selector-option-container中的内容为后续动态追加 $('.selector').on('click', '.selector-expand', function() { $(this).parent().children('.selector-option-container').children().remove(); $(this).parent().children('.selector-option-container').append('<div><input type="checkbox" name="fruitGroup" class="selector-checkbox"/></div><div class="selector-option">apricot</div>'); $(this).parent().children('.selector-option-container').append('<div><input type="checkbox" name="fruitGroup" class="selector-checkbox"/></div><div class="selector-option">banana</div>'); $(this).nextAll('.selector-option-container').removeClass('hide'); }); $('.selector').on('click', '.selector-collapse', function() { $(this).nextAll('.selector-option-container').addClass('hide'); }); $('.selector-t1').on('click', '.selector-option', function() { $(this).parent().parent().children('.selector-hint').text($(this).text()); $(this).parent().addClass('hide'); }); $('.selector-t1').on('click', '.selector-checkbox', function() { $(this).parent().parent().parent().children('.selector-hint').text($(this).parent().next().text()); //采用prop方法,对于值为布尔型的属性赋值 $(this).prop('checked', false); $(this).parent().parent().addClass('hide'); }); }); </script> </head> <body> <div id="titan" class="selector-containter"> <div id="fruit"> <div class="selector"> <div class="selector-hint">select fruit</div> <div class="selector-expand">+</div> <div class="selector-collapse">-</div> <div class="selector-option-container"> </div> </div> </div> </div> <div id="athena" class="selector-t1 selector-containter"> <div id="fruit"> <div class="selector"> <div class="selector-hint">select fruit</div> <div class="selector-expand">+</div> <div class="selector-collapse">-</div> <div class="selector-option-container"> </div> </div> </div> </div> </body> </html>
以上所述是长沙网络推广给大家介绍的jquery+css实现下拉列表功能,希望对大家有所帮助,如果大家有任何疑问欢迎给我留言,长沙网络推广会及时回复大家的!
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程