
JavaScript
JaryBlueEye
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JS最简单的时间显示
[code="html"]setInterval("ts.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);[/code][img]http://dl.iteye.com/upload/attachment/274125/7d613997-ad0...2010-07-07 10:46:46 · 201 阅读 · 0 评论 -
js动态加载图片
var imgID = new Image(); imgID.src = "images/test.gif"; imgID.onload = function(){document.getElementById("test").innerHTML = ""; } --------------------------...原创 2010-05-20 16:46:57 · 412 阅读 · 0 评论 -
jQuery对ajax的支持.
1. load(1) script:(2) jsp:....... //为id为load的按钮绑定事件处理函数 $("#load").click(function() { //向load.action发送Ajax请求,并自动加载服务器响应 $("#showInfo").load("load.action" ...2010-05-24 09:00:51 · 117 阅读 · 0 评论 -
分享JS绘制曲线图
不知道如何插入图片,可下载下来双击view.html,会看到各种曲线图~~分享~~2010-06-02 08:10:17 · 307 阅读 · 0 评论 -
像EXT的这种树形结构,用JQ实现的框架期待分享一下哦
[img]http://dl.iteye.com/upload/attachment/269833/c1befad1-6534-3be0-9278-d69a7ec99602.jpg[/img]像EXT的这种树形结构,用JQ实现的框架期待分享一下哦。。。说明:截图来自ext3.0树形组件...2010-06-28 16:12:11 · 304 阅读 · 0 评论 -
一段动态立体展示图片的Js代码
分享一段动态立体展示图片的Js代码。。。注:此代码来自一位js超强好友所传 分享之。。。[img]http://dl.iteye.com/upload/attachment/271328/6933459c-765c-34c1-b449-7be2928c00a3.jpg[/img][code="html"]var Library = {};Library.ease =...2010-07-01 13:41:01 · 224 阅读 · 0 评论 -
一款Js绘图
一款Js绘图....[img]http://dl.iteye.com/upload/attachment/272051/94e7ef6d-f115-3479-800f-4539dad5db8c.jpg[/img]---------------------------------[code="html"] $(function(){...2010-07-02 14:53:59 · 155 阅读 · 0 评论 -
各种JS图表分享
为什么现在JE无法上传压缩附件了呢...不然之能看到截图了。各位朋友啊 不是我不传上来,而是JE好像现在无法上传压缩文件了呢------------------------------------------[img]http://dl.iteye.com/upload/attachment/272966/60568683-8e0d-3ea7-81d5-7d5a621ea9e1...2010-07-05 08:52:38 · 213 阅读 · 0 评论