利用函数的类型签名进行JavaScript检查 - TypedJS

TypedJS uses a function’s type signature to generate input parameters, and evaluates the function...
ajax 5年前       0      4K    

实现灵活的网页消息通知功能的jQuery插件 – noty

noty is a jQuery plugin for creating user-friendly, "JavaScript-alert alternative" notifications ...
ajax 5年前       0      3K    

利用 CSS3 实现一个可以换颜色的漂亮菜单

实现效果如下图: 源代码: source.zip 在线演示: http://www.script-tutorials.com/demos/232/index.html <!DOCTYPE htm...
ajax 5年前       0      5K    

将 YouTube 视频设为背景的jQuery插件 - Tubular

Tubular is a jQuery plugin that lets you set a YouTube video as your page background . Usage is s...
ajax 5年前       0      2K    

HTML5 Book-Flipping jQuery Plugin

Turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book o...
ajax 5年前       0      1K    

利用 Tinycon 为网站的Favicon图标添加提醒气泡

Tinycon allows the addition of alert bubbles and changing the favicon image . Tinycon gracefully ...
ajax 5年前       0      1K    

psd.js - 一个JavaScript中的Photoshop (PSD) 文件解析器

psd.js is a Photoshop (PSD) file parser written in Coffeescript/Javascript for both browsers and ...
ajax 5年前       0      2K    

jOrgChart - 创建交互式组织结构图的jQuery插件

Tree menus are great for displaying nested data in a user-friendly and easy-to-browse interface. ...
ajax 5年前       0      9K    

利用 polyClip.js 裁剪JPEGs图片

When we need to clip an irregular shape from an image and use it on the web, PNG is the most comm...
ajax 5年前       0      1K    

利用 HTML5Please 来查找 HTML5 和 CSS3 特性

HTML5 Please helps you look up HTML5, CSS3, etc features , know if they are ready for use, and if...
ajax 5年前       0      1K    

另一种时尚的 Tooltips 提示jQuery插件 - Poshy Tip jQuery Plugin

Poshy Tip jQuery Plugin is a tooltip plugin that allows easily creating stylish tooltips . With P...
ajax 5年前       0      2K    

浅析JS运行机制

从一个简单的问题谈起: <script type="text/javascript"> alert(i); // ? var i = 1; </script> 输出结果是undefined, 这...
ajax 5年前       0      2K    

JavaScript中的setTimeout 和 setInterval 的区别

window对象有两个主要的定时方法,分别是setTimeout 和 setInteval  他们的语法基本上相同,但是完成的功能取有区别。 setTimeout方法是定时程序,也就是在什么时间...
ajax 5年前       0      1K    

完全可定制的就地编辑在jQuery插件 - Jeditable

Jeditable is an in-place editor plugin for jQuery . With few lines of JavaScript code it allows y...
ajax 5年前       0      1K    

使用Spring MVC和注释配置来实现文件上传

Spring MVC does special care to upload file to server. It makes file upload an easy work for web ...
ajax 5年前       0      13K    

高度可定制的图片集展示jQuery插件

Minimit Gallery is a highly customizable Jquery plugin that does galleries, slideshows, carousels...
ajax 5年前       0      1K    

一个通过JSONP跨域调用WCF REST服务的例子(以jQuery为例)

JSONP(JSON with Padding)可以看成是JSON的一种“使用模式”,用以解决“跨域访问”的问题,这篇简单的文章给出一个简单的例子用于模拟如何通过jQuery以JSONP的访问调...
ajax 5年前       0      6K    

jQuery LigerUI V1.1.5 (包括API和全部源码) 发布

前言 2个月前以博文的形式发布了V1.1.0,到现在已经更新了5个版本,V1.1.3引入了core机制,提供了ligerui内置事件处理机制、属性动态设置机制等等,搭建了ligerui系列插件的...
ajax 5年前       0      2K    

强力推荐几款基于jQuery、Flash、HTML5多媒体播放器方案

记得以前我们想要在网页中插入一段音频或者视频时,首先,baidu或者google一 下,目的是要找那段又长又臭的object和embed代码,然后再把它们贴到网页中,然后还发现不同的浏览器写法还...
ajax 5年前       1      3K    

jquery 使用方法

jQuery是目前使用最广泛的javascript函数库。据统计,全世界排名前100万的网站,有46%使用jQuery,远远超过其他库。微软公司甚至把jQuery作为他们的官方库。对于网页开发者...
ajax 5年前       0      2K    
1 2 3 4 5 6