随笔分类 -  JS

摘要:handler1.ashxusing System;using System.Web;public class handler1 : IHttpHandler { public void ProcessRequest (HttpContext context) { c... 阅读全文
posted @ 2015-05-12 11:50 艾紫霁 阅读(199) 评论(0) 推荐(0)
摘要:js轮换广告1.纵向轮换2.横向轮换 pptBox.js ​ 阅读全文
posted @ 2014-06-19 10:18 艾紫霁 阅读(349) 评论(0) 推荐(0)
摘要:if( document.getElementById("div").css("display")==='none')if( document.getElementById("div").css("display")==='block')$("#div").is(":hidden");// 判断是否... 阅读全文
posted @ 2014-06-05 10:07 艾紫霁 阅读(613) 评论(0) 推荐(0)