上一页 1 ··· 35 36 37 38 39
摘要: ajaxStart()方法:当AJAX请求开始时,显示加载中的提示。$("#divMessage").ajaxStart(function(){ $(this).show(); //显示元素});当AJAX请求结束时,提示或显示某一信息。$("#divMessage").ajaxStop(funct... 阅读全文
posted @ 2015-10-04 16:35 雪莉06 阅读(355) 评论(0) 推荐(0)
摘要: /*CSS*/.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Ari... 阅读全文
posted @ 2015-08-19 10:53 雪莉06 阅读(449) 评论(0) 推荐(0)
摘要: 打开注册表,找到“HKEY_CLASSES_ROOT\Applications\”中,查看相应的程序的“\shell\open\command”项中的数据是否正确;如果不正确,就修改正确,之后再添加程序,应该就可以了。 阅读全文
posted @ 2015-08-19 09:43 雪莉06 阅读(505) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39