文章列表
$(document).ready(function(){
$(".sv_btn a").each(function(){
var l_href = $(this).attr('href')
if(l_href=='(链接)'||l_href=='(开通办理)'||l_href=='(访问网站)')
{
$(this).hide();
}
})
})
<p class="sv_btn">
<a target="_blank" hr ...
呵呵,在这里也有一小段时间了,都是看别人的东西,然后发现 自己似乎也需要找个地方把自己,学到的一些东西找个地方 堆放下,不然以后找起来很麻烦。这里范围不错,有技术的人不少,就决定把家安在这了。
这里发表的一些东西,有些是自己写的,有些是转的,还有些是在原基础上改良过的。不过有时改良的时候,都没用什么CSS效果,不排除部分页面比较难看。但本来就是想给自己做个mark的,如果有人看到了,方法可以拿去用,不过CSS效果要自己去搞定咯!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="K ...
<p><!--[if IE]>
According to the conditional comment this is Internet Explorer<br />
<![endif]-->
<!--[if IE 5]>
According to the conditional comment this is Internet Explorer 5<br />
<![endif]-->
<!--[if IE 5.0]>
According to the conditional com ...
不知道什么时候写的一个东西,放上来其实是为了填充下空洞的博客!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type&qu ...