
javascript
WalleZhang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
超酷的新浪新闻频道的图片切换特效
<html> <head> <title>新浪的图片新闻效果webjx.com</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor="原创 2009-01-22 20:20:51 · 315 阅读 · 0 评论 -
第29届奥林匹克运动会网站图片切换特效
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <!-- saved from url=(0026)http://www.beijing2008.cn/ --> <HTM...原创 2009-01-22 20:22:53 · 191 阅读 · 0 评论 -
Flash和JS实现的图片幻灯片切换特效
<a target=_self href="javascript:goUrl()"> <span class="f14b"> <script type="text/javascript"> imgUrl1="http://www.webjx.com/img/200406301原创 2009-01-22 20:24:41 · 435 阅读 · 0 评论 -
JavaScript日历1
<Script LANGUAGE="JavaScript"> var months = new Array("一", "二", "三","四", "五", "六", "七", "八", "九","十", "十一", "十二"原创 2009-01-26 17:27:01 · 272 阅读 · 0 评论 -
JavaScript日历2
<style type="text/css"> .tdclass {font-size: 9pt; padding: 4px} </style> <table cellspacing="0" cellpadding="0" border="0" align="center" bordercolor="white"&原创 2009-01-26 17:29:33 · 124 阅读 · 0 评论 -
让Jquery和其它javascript框架共存
GENERAL The jQuery library, and virtually all of its plugins are constrained within the jQuery namespace. As a general rule, "global" objects are stored inside the jQuery namespace as well, so you ...原创 2010-11-05 15:01:57 · 146 阅读 · 0 评论