2008-07-09

利用Jquery实现键盘按键监听

关键字: jquery, keypress
从NETTUTS看到的文章,效果很不错,有点类似于Flash做出来的效果,demo在这里 ,原文 对实现步骤讲得很清楚,我就不多提了,实现效果的逻辑比较简单,也就是slideDown()方法, // shows a given element and hides all others function showViaKeypress(element_id) { $(".container").css("display","none"); $(element_id).slideDow ...
2008-07-04

Dojo图书列表

关键字: dojo
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 ...
2008-06-26

jquery插件——clockpick

关键字: jquery, clockpick
最近项目中要用一个时间选择器,想要一个跟datepicker差不多的插件,不过只找到了一个clockpick,效果还将就,它的demo和项目地址在这里 ,如果大家有什么好的插件,可以推荐推荐哈。
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 ...
2008-06-16

卓越的Ajax技术及例子

关键字: ajax
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 ...
2008-06-12

jquery图书列表

关键字: jquery, book
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 ...
2008-06-11

高亮滑动菜单

关键字: css, javascript, highlight menu
效果图如下: 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> ...
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 ...
2008-04-25

自定义的JS对话框

关键字: javascript dialog
今天刚发现的一个好东东,如果你已经厌倦了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 ...
2008-04-21

40个卓越的JavaScript资源

关键字: javascript
Reference, Resources, & Tutorials   Premade Scripts/Code   Articles & Blog Posts   Blogs & News   &n ...
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 ...
2008-04-16

JS生成随机数

关键字: random number
摘自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 ...
1) GreyBox                 2) instant.js                 3) mooTable           & ...
2008-03-18

使用JS动画效果的10个网站

关键字: animation effectively
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
2008-03-13

JS数字格式化函数

关键字: number format
前几天在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 ...
2008-03-10

JS货币格式化函数

关键字: format currency
先是在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 ). ...
2008-03-07

一起来用Media Viewer

关键字: shadowbox
片名: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 ...
numenzq
搜索本博客
存档
最新评论