随笔分类 -  jQuery

JQuery 努力学习中。
摘要:呵呵,博客园现在还不支持搜狐博客直接搬家功能,只好把之前的搜狐博客日志一个一个Copy过来,和大家一起分享了,这篇是我10年的一个测试实例:方法1:using System.IO;using System.Data.SqlClient;using System.Data.Common;using Microsoft.Practices.EnterpriseLibrary.Common;using Microsoft.Practices.EnterpriseLibrary.Data;using System.Text;using System.Reflection;后台代码:protected 阅读全文
posted @ 2011-03-28 09:23 大卫H 阅读(395) 评论(0) 推荐(0)
摘要:今天学习jQuery,看到nth-child(even)用法,特意找了下这个选择器的用法,在CSS3标准中,用法很强大。对此,我把CSS3标准中nth-child()用法大致介绍下:CSS3伪类选择器:nth-child()简单的归纳下nth-child()的几种用法。第一:nth-child(number) 直接匹配第number个元素。参数number必须为大于0的整数。 (EG) li:nt... 阅读全文
posted @ 2010-05-24 10:41 大卫H 阅读(2374) 评论(0) 推荐(2)