XHR

程序名称:XHR

授权协议: 未知

操作系统: 未知

开发语言:

XHR 介绍

This tiny plugin provides a registry for different xhr implementations to co-
exist.
It requires jQuery 1.3/1.2.7 with its new feature, the ‘xhr’ ajax
setting.

If you want to provide a new implementation, you need to do this:

jQuery.xhr.register( 'my_xhr', function( settings ){ return new MyXhrImplementation( settings ); });

The argument settings is the settings object used by jQuery.ajax.

To use it, you do:

$.ajax({ url:'...', transport:'my_xhr', // ... });

The default implementation is used by default (unless it’s overriden with
ajaxSetup) and it’s called ‘xhr’.

XHR 官网

http://plugins.jquery.com/project/XHR

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...