select 取值: $('select').val(); //获取当前选中项option的value $("select").find("option:selected")...
![240](https://cdn2.jianshu.io/assets/default_avatar/12-aeeea4bedf10f2a12c0d50d626951489.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:山东
select 取值: $('select').val(); //获取当前选中项option的value $("select").find("option:selected")...
jquery判断checkbox是否选中的方法: .attr('checked'); //1.5-返回:true/false;1.6+返回:'checked' / 'unde...
1.盒子模型? content padding border margin 2.src与href的区别? href 是指向网络资源所在位置,建立和当前元素(锚点)或当前文档(...
1. 父元素{position:relative;} 子元素{position:absolute; top:0; left:0; bottom:0;right:0; mar...