摘要:
function showdialog() { document.getElementsByTagName('body')[0].scrollTop = 0; var bh = $("body").height(); var bw = $("body").width(); $("#zzdiv").css({ ... 阅读全文
摘要:
1. attr(name); // 参数name表示属性的名称 attr("name","value"); //单个属性设置语法 attr({name0:value0,name1:value1}); //多个属性值设置 $("#a1").attr({title:'你好',href:'http://www.baidu.com'}); removeAtt... 阅读全文
摘要:
$(function (){ //jQuery代码 $("li:nth-child(2)").addClass("GetFocus"); //获取每个元素下的特定元素,索引号从1开始 $("li:first-child").addClass("GetFocus"); //获取每个父元素下的第一个子元素 $("li:last-child").ad... 阅读全文
摘要:
jQuery内容过滤选择器 Div1 2 Span body{ font-size:12px; text-align:center } div{ float:left; width:66px; height:66px; margin:9px; border:solid 1... 阅读全文
摘要:
1. 2. 3. 4. 5. 6. 7. 8. 9. 阅读全文
摘要:
使用jQuery层次选择器 Left 1 2haha Span Right_1 Right_2 $(function (){ //jQuery代码 $("#divMid").next().css("display","none") //针对于同级的div;... 阅读全文
摘要:
时间选择: 起始时间:结束时间: checkbox复选框: 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文