目前市面上的select美化组件很多,但主要缺点是拿来用后select要重新实现,原有js要修改 这个jQuery.selectui的方便之处在于旧项目中原有的操作select的代码不用改动,即可使用 亮点一是支持IOS和安卓 亮点二是对盲人用户友好(对键盘友好) <link href="http://s0.jmstatic.com/templates/jumei/css/v3.3/jumei_usercenter.min.css?V14.css" rel="stylesheet" type="text/css"> <script src="http://code.jquery.com/jquery.min.js"></script> <script src="http://s0.jmstatic.com/templates/jumei/js/jquery/jquery.selectui.min.js"></script> </head> <body> <div class="profile"> <div class="content"> <select required="true" name="birthday_year"> <option value="2010" label="2010">2010</option> <option value="2009" label="2009">2009</option> <option value="2008" label="2008">2008</option> <option value="2007" label="2007">2007</option> </select> </div> </div> 提示:你可以先修改部分代码再运行。 https://github.com/gucong3000/jquery.selectui http://www.w3cfuns.com/article-5599438-1-1.html 转载请注明:有爱前端 » select美化 喜欢 (0)or分享 (0)