jQuery 1.1 Compatibility Plugin

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 长孙哲
操作系统 未知
开源组织
适用人群 未知
 软件概览

This is the plugin that you would use, with jQuery 1.2, in order to have functionality like jQuery 1.1.

  • jMVC专为 Qt WRT 设计。Qt WRT 将随新版Qt发布,支持 Symbian ^3 和 Meego 设备。 jMVC 采用延迟加载设计,代码分布在不同的.js文件中,调用时通过xhr加载。 在web环境中会严重影响性能,所以jMVC不适合开发web site。目前大部分web browser禁止xhr本地文件,所以如果你使用chrome或者firefox调试的话,需要把他放在一个webs

  • jQuery.validate使用必备 一、用前必备 官方网站:http://bassistance.de/jquery-plugins/jquery-plugin-validation/ API: http://jquery.bassistance.de/api-browser/plugins.html 当前版本:1.5.5 需要JQuery版本:1.2.6+, 兼容 1.3.2 <script

  • jquery.Validation 官方网站:http://bassistance.de/jquery-plugins/jquery-plugin-validation/ jquery.Validation 在线文档:http://docs.jquery.com/Plugins/Validation jquery.Validation 在线 API(强烈推荐):http://jquery.bass

  •  一个不错的JQuery插件,可以为你的页面或元素添加一个蒙板,可以实现加载进度、模式对话框,方便易用。 地址:http://www.malsup.com/jquery/block/

  • /* @name: jQuery Plugin Template for Coding */ ;(function($) {//[--jQuery Plugin Container //declare the plugin's version ; use to check the plugin exists $.__plugin_name__ = $.__plugin_name__ || {ver

  • $.manageAjax.create (uniqueName, options) Creates a new ajaxmanager and returns it. Takes a list of options: normal jQuery-Ajax-Options queue: (true |false|'clear') the queue-type specifies the queue-

  • 1. How do you write a plugin in jQuery? You can extend the existing jQuery object by writing either methods or functions. 1) Writing a custom jQuery method jQuery methods are defined by extending the

  • Promptumenu jQuery plugin 仿IPAD或者只能手机桌面手(鼠标)滑动效果 效果很不错的

  • http://effinroot.eiremedia.netdna-cdn.com/repo/plugins/effects-ui/popover/index.html

  • InnerFade InnerFade is a small plugin for the jQuery JavaScript library. It’s designed to fade you any element inside a container in and out. Demos and download: http://medienfreunde.com/lab/innerfade

  • Today, when reading an article - A Plugin Development Pattern, i found an interesting plugin - metadata. First, let’s see it in action: <li id="Li1" class='someclass {"item_id": 1, "item_label": "Labe

  • 官方插件:http://learn.jquery.com/plugins/basic-plugin-creation/ $.extend方法和$.fn.extend方法都可以用来扩展jQuery功能。 本质区别: $.extend方法是在jQuery全局对象上扩展方法 (类似C#中的静态方法) $.fn.extend方法是在$选择符选择的jQuery对象上扩展方法  (类似C#中的实例方法) 故扩

  • <head> <meta charset="UTF-8"> <title>Title</title> <style> div{ width:200px; height:200px; } </style> </head> <body> <!--插件:使得代码可以重复利用 这一节

相关阅读

相关文章

相关问答

相关文档