上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: if ($('#myDiv).length) { // your code } Simple, but not obvious. 阅读全文
posted @ 2008-12-25 17:29 looping 阅读(654) 评论(0) 推荐(0) 编辑
摘要: http://www.tvidesign.co.uk/blog/improve-your-jqueIntroductionjQuery is awesome. I've been using it for about a year now andalthough I was impressed to begin with I'm liking it more and more thelonger ... 阅读全文
posted @ 2008-12-25 17:17 looping 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 演示地址::http://www.chinawbk.cn/jq/jcarousel/名称: jCarousel 作者: 浏览器兼容: Firefox 1.5+ ... 阅读全文
posted @ 2008-12-10 10:12 looping 阅读(3245) 评论(0) 推荐(0) 编辑
摘要: 编辑--首选项--文字--取消显示亚洲字体选项和字体预览大小,重启PS CS3,就可以了 阅读全文
posted @ 2008-12-08 12:48 looping 阅读(567) 评论(2) 推荐(0) 编辑
摘要: 23456 阅读全文
posted @ 2008-11-10 15:41 looping 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Net; using System.Web; using System.Web.Security; public partial class _Default : System.Web.UI.Page { // private string URL = "http://laiba.tianya.cn/lai... 阅读全文
posted @ 2008-10-23 17:32 looping 阅读(456) 评论(0) 推荐(0) 编辑
摘要: DateTime myDT = DateTime.Now; Response.Write(myDT.ToString("MMM/dd/yyyy hh:mm:ss"));格式模式 说明 d、%d 月中的某一天。一位数的日期没有前导零。如果此格式模式没有与其他格式模式组合,应用程序将指定“%d”。dd 月中的某一天。一位数的天有一个前导零。ddd 周中某天的缩写名称,在 A... 阅读全文
posted @ 2008-10-21 17:58 looping 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 题目如下: 编写函数,用于过滤一个数组内重复的元素,并用这些元素重构一个新数组,新数组内也不能有重复元素。 我的方法可能比较笨点。。 阅读全文
posted @ 2008-10-21 10:37 looping 阅读(1163) 评论(1) 推荐(0) 编辑
摘要: 题目:当点击按钮时,如何实现两个td的值互换? 用javascript实现此功能。 分析:我用jquery写的,先取值放到数组中再操作 1: 2: 24: 25: 26: 27: 28: 321445 29: 30: ... 阅读全文
posted @ 2008-10-20 15:45 looping 阅读(1491) 评论(2) 推荐(0) 编辑
摘要: GDI+命名空间 命名空间 说明 System.Drawing 提供了对 GDI+ 基本... 阅读全文
posted @ 2008-10-16 17:26 looping 阅读(269) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页