从NETTUTS看到的文章,效果很不错,有点类似于Flash做出来的效果,demo在这里
,原文
对实现步骤讲得很清楚,我就不多提了,实现效果的逻辑比较简单,也就是slideDown()方法,
// shows a given element and hides all others
function showViaKeypress(element_id)
{
$(".container").css("display","none");
$(element_id).slideDow ...
- 09:08
- 浏览 (100)
- 评论 (0)
- 分类: JavaScript
Name: Mastering Dojo
Author: Craig Riecke, Rawld Gill, and Alex Russell
published: 2008-06-18
Name: Dojo: The Definitive Guide
Author: Matthew A. Russell
published: 2008-06-17
Name: Dojo: Using the Dojo JavaScript Library to Build Ajax Applicatio ...
- 09:00
- 浏览 (106)
- 评论 (0)
- 分类: JavaScript
最近项目中要用一个时间选择器,想要一个跟datepicker差不多的插件,不过只找到了一个clockpick,效果还将就,它的demo和项目地址在这里
,如果大家有什么好的插件,可以推荐推荐哈。
- 08:53
- 浏览 (92)
- 评论 (0)
- 分类: JavaScript
Getting Started with MooTools
1. The "Mootorial"
2. MooTools Overview Video Tutorial
3. Increasing User Experience With Javascript
4. Understanding Mootools Selectors
5. MooTools MooTools Classes: How to use them
Intermediate/Advanced Topics
6. Mooto ...
- 10:57
- 浏览 (395)
- 评论 (0)
- 分类: JavaScript
1. Ajax RSS reader
2. Ajax Desktop Tutorial
Ajax Desktop demo
3. Ajax for Chat
4. Create your own information space with Ajax and del.icio.us
5. Ultra-lightweight Charts For AJAX
6. Quick Calendar Using AJAX and PHP
...
- 09:13
- 浏览 (350)
- 评论 (0)
- 分类: JavaScript
jQuery in Action
by Bear Bibeault, Yehuda Katz
Manning Publications (February 7, 2008)
jQuery Reference Guide
by Karl Swedberg, Jonathan Chaffer
Packt Publishing (August 3, 2007)
Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniq ...
- 08:58
- 浏览 (451)
- 评论 (7)
- 分类: JavaScript
效果图如下:
menu的代码如下:
<div class="menu">
<ul id="menu">
<li><a href="#">JavaScript</a></li>
<li><a href="#">Graphic Design</a></li>
<li><a href="#">HTML</a></li> ...
- 09:10
- 浏览 (364)
- 评论 (0)
- 分类: JavaScript
1. JonDesign’s SmoothGallery 2.0
SmoothGallery demo
2. (E)2 Photo Gallery
(E)2 Photo Gallery demo
3. jQuery Gallery
4. MooPix
5. Highslide JS
Highslide JS demo
6. Flickrshow
7. Galleria
Galleria de ...
- 09:23
- 浏览 (553)
- 评论 (1)
- 分类: JavaScript
今天刚发现的一个好东东,如果你已经厌倦了JavaScript的alert,可以尝试用用这个,效果不错,使用也比较简单,例如:
showDialog('Error','You have encountered an error.','error',2);
showDialog('Warning','You must enter all required information.','warning')
showDialog('Success','Your request has been successfully received.','success')
showDialo ...
- 08:54
- 浏览 (2259)
- 评论 (24)
- 分类: JavaScript
Reference, Resources, & Tutorials
Premade Scripts/Code
Articles & Blog Posts
Blogs & News
&n ...
- 14:22
- 浏览 (478)
- 评论 (2)
- 分类: JavaScript
JAVASCRIPT
Galleria
Demo
Galleria is a javascript image gallery written in jQuery. It loads
the images one by one from an unordered list and displays thumbnails
when each image is loaded. It will create thumbnails for you if you
choose so, scaled or unscaled, centered and cropped i ...
- 12:09
- 浏览 (1068)
- 评论 (0)
- 分类: JavaScript
摘自Roshan的blog
,示例代码如下:
View the demo
核心代码为:
<script>
var i=1; //counter
function randValue(maxVal,no_of_time)
{
i++; //counter increment
document.getElementById('random').innerHTML=''; //element made blank
//get a random no upto maxVal and round it to two deci ...
- 09:11
- 浏览 (222)
- 评论 (0)
- 分类: JavaScript
1) GreyBox 2) instant.js 3) mooTable & ...
- 14:04
- 浏览 (653)
- 评论 (0)
- 分类: JavaScript
1.Dibusoft
2.Adcapital Industires
3.Marius Roosendaal
4.NOFRKS
5.Digital Artiflex
6.Playground Blues
7.WeBleedDesign
8.Baltic Producers
9.OmniTech
10.TurboTax
- 11:06
- 浏览 (344)
- 评论 (0)
- 分类: JavaScript
前几天在blog里贴了个JS货币格式化的函数,今天在Matt Snider的网站上淘到了另一个不错的东西,不过和之前说的那个函数有点差别,这个函数是用来格式化数字类型的,很好,很实用。ps:Matt Snider的网站正如其title一样——Matt Snider JavaScript Resource,内容相当多,个个都比较实用,我喜欢。/**
* Formats the number according to the ‘format’ string; adherses to the american number standard whe ...
- 10:19
- 浏览 (609)
- 评论 (3)
- 分类: JavaScript
先是在DZone找到个写得比较炫的函数,如下: fmtMoney = function( n, c, d, t ) {
var m = ( c = Math.abs( c ) + 1 ? c : 2, d = d || ",", t = t || ".", /(\d+)(?:(\.\d+)|)/.exec( n + "" ) ), x = m[1].length % 3;
return ( x ? m[1].substr( 0, x ) + t : "" ) + m[1].substr( x ). ...
- 17:55
- 浏览 (476)
- 评论 (0)
- 分类: JavaScript
片名:Media Viewer/Shadowbox.js导演:Michael J. I. Jackson主演:Michael J. I. Jackson类型:JavaScript版权:GNU Lesser General Public License下载:http://mjijackson.com/shadowbox/index.html简介:刚发现的好东东:Shadowbox.js,他是一个纯JavaScript写的媒体浏览器应用,他具有浏览器和平台无关性,据称还有整洁的代码和完整的文档。如果亲身感受一下Shadowbox提供的Demos,你应该会被他强大的功能所吸引…&hel ...
- 11:13
- 浏览 (372)
- 评论 (0)
- 分类: JavaScript
- 浏览: 70697 次
- 性别:

- 来自: 重庆

- 详细资料
搜索本博客
最新评论
-
jquery图书列表
那本jQuery Reference Guide就算了……还不如不看呢……
-- by shawphy -
你会用Protocol Buffers吗 ...
为什么只做配置文件用?我想google来使用Protocol Buffers,主 ...
-- by menlong999 -
你会用Protocol Buffers吗 ...
为什么只做配置文件用?我想google来使用Protocol Buffers,主 ...
-- by menlong999 -
你会用Protocol Buffers吗 ...
引用XML是对机器友好的,着你都读得懂,还怕读不懂Protocol Buffer ...
-- by Sam1860 -
你会用Protocol Buffers吗 ...
Protocol Buffers好像是一个二进制协议。自Web Services ...
-- by hax






评论排行榜