摘要: html: <html><head><style type="text/css">div, ul, li { margin: 0; padding: 0;}ul { list-style-type: none;}body { text-align: center; font: 12px/20px A 阅读全文
posted @ 2016-08-18 11:06 简单就好zyx 阅读(213) 评论(0) 推荐(0)
摘要: //地区选择 $('.secondcity li').click(function () { $(this).toggleClass('selectli'); len = $('.secondcity li').length; if ($('.selectli').length == len) { 阅读全文
posted @ 2016-08-18 09:32 简单就好zyx 阅读(176) 评论(0) 推荐(0)