随笔分类 -  Jquery

摘要:chosen插件下载: https://github.com/harvesthq/chosen/releases HTML: <select data-placeholder="请选择" class="chosen-select"> <option value="男">男</option> <opt 阅读全文
posted @ 2020-05-15 13:31 瀚海浪亭 阅读(356) 评论(0) 推荐(0)
摘要:方法一: $(document).ready(function(){ $(".xn_mc_solu_2_ul").css("width", $(".xn_mc_solu_2_ul").children().length * $(".xn_mc_solu_2_ul li").outerWidth(tr 阅读全文
posted @ 2019-06-17 20:47 瀚海浪亭 阅读(169) 评论(0) 推荐(0)
摘要:$(window).resize(function(){ var wWidth = screen.width; if( wWidth < 788 ){ window.location.href="http://www.baibu.com" } }) var wWidth = screen.width 阅读全文
posted @ 2019-06-17 20:45 瀚海浪亭 阅读(191) 评论(0) 推荐(0)