摘要: split() 解析字符串 stringObject.split(separator,howmany) separator,参数表示分隔符 示例: http://10.148.8.229:9090/zs/data/Tdt/TdtDem/wmts?service=wmts&request=GetCap 阅读全文
posted @ 2017-06-30 11:15 Index娇 阅读(358) 评论(0) 推荐(0) 编辑
摘要: readonly="true" disabled="true" 阅读全文
posted @ 2017-06-26 22:11 Index娇 阅读(182) 评论(0) 推荐(0) 编辑
摘要: //$("#leftsuo").slideToggle("slow"); //$("#leftsuo").slideToggle("slow"); $("#leftsuo").animate({width: 'toggle'}); 阅读全文
posted @ 2017-06-19 20:02 Index娇 阅读(90) 评论(0) 推荐(0) 编辑
摘要: $('#newcl').hover(function(){ $("#newcl").hide(); $("#popDiv").show( function(){ $("#popDiv").hover(function(){ $("#newcl").hide(); $("#popDiv").show( 阅读全文
posted @ 2017-06-17 15:15 Index娇 阅读(393) 评论(0) 推荐(0) 编辑
摘要: min-width:300px; min-height:300px; max-width:1200px; max-height:600px; 阅读全文
posted @ 2017-06-08 15:58 Index娇 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 用css 添加手状样式,鼠标移上去变小手,变小手 用css 添加手状样式,鼠标移上去变小手,变小手 cursor:pointer; 用JS使鼠标变小手onmouseover(鼠标越过的时候) onmouseover="this.style.cursor='hand'" cursor其他取值 auto 阅读全文
posted @ 2017-06-08 13:44 Index娇 阅读(436) 评论(0) 推荐(0) 编辑
摘要: border-radius: 0px 30px 30px 0px; 阅读全文
posted @ 2017-06-08 11:34 Index娇 阅读(99) 评论(0) 推荐(0) 编辑
摘要: js 在父窗口中获取iframe中的元素 1、 格式:window.frames["iframe的name值"].document.getElementByIdx_x("iframe中控件的ID").click(); 实例:window.frames["ifm"].document.getEleme 阅读全文
posted @ 2017-06-08 11:24 Index娇 阅读(506) 评论(0) 推荐(0) 编辑
摘要: $("div").parent("#mulumsgxxk").css("display","none");//查找父元素 $("p").find("#aaa").css('color','red'); $(".child_node").first().css("display","block");/ 阅读全文
posted @ 2017-06-08 10:59 Index娇 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 请注意,写在body里 <body scoll=no> 全禁止<body style="overflow:scroll;overflow-y:hidden"> 禁止纵向滚动条<body style="overflow:scroll;overflow-x:hidden"> 禁止横向滚动条overflo 阅读全文
posted @ 2017-06-06 17:09 Index娇 阅读(522) 评论(0) 推荐(0) 编辑