posts - 64, comments - 209, trackbacks - 0, articles - 1
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2008年6月27日

posted @ 2008-06-27 09:29 itspy 阅读(23) | 评论 (0)编辑 收藏

2008年6月18日

     摘要: 以前遇到两个相临近的块,高度要一样,但是内容多少又不定时,我都是通过把这两块封装在TD里面实现,但今天在CSDN上面看到有人问,要通过JS来实现,我尝试了一下,用下面的代码实现了.  阅读全文

posted @ 2008-06-18 17:07 itspy 阅读(36) | 评论 (0)编辑 收藏

2008年6月16日

posted @ 2008-06-16 10:21 itspy 阅读(48) | 评论 (0)编辑 收藏

2008年4月29日

posted @ 2008-04-29 09:25 itspy 阅读(82) | 评论 (1)编辑 收藏

2008年4月22日

posted @ 2008-04-22 09:52 itspy 阅读(834) | 评论 (1)编辑 收藏

2008年3月16日

posted @ 2008-03-16 22:23 itspy 阅读(172) | 评论 (1)编辑 收藏

2008年3月1日

posted @ 2008-03-01 22:57 itspy 阅读(129) | 评论 (0)编辑 收藏

2008年2月18日

     摘要: jQuery官方文档推荐开发插件时要按下面格式来写,我第一次看源代码时看到这样的写法,被郁闷了好半天。

(function($) {
// Code goes here
})(jQuery);

下面将记录为什么这样写,这样写具体有哪些好处。  阅读全文

posted @ 2008-02-18 19:47 itspy 阅读(1284) | 评论 (0)编辑 收藏

2008年1月27日

posted @ 2008-01-27 23:22 itspy 阅读(292) | 评论 (1)编辑 收藏

2008年1月24日

     摘要: 主页(有示例):http://plugins.jquery.com/project/jdMenu



jmenu是我见过菜单中最完善的,加上它使用的jquery,我对jquery比较熟悉,所以使用起来比较方便,现记录笔记如下。
  阅读全文

posted @ 2008-01-24 23:12 itspy 阅读(75) | 评论 (0)编辑 收藏