资 源 简 介
/*!
* jQuery Form Plugin
* version: 3.50.0-2014.02.05
* Requires jQuery v1.5 or later
* Copyright (c) 2013 M. Alsup
* Examples and documentation at: http://malsup.com/jquery/form/
* Project repository: https://github.com/malsup/form
* Dual licensed under the MIT and GPL licenses.
* https://github.com/malsup/form#copyright-and-license
*/
/*global ActiveXObject */
// AMD support
(function (factory) {
"use strict";
if (typeof define === "function" && define.amd) {
// using AMD; register as anon module
define(["jquery"], factory);
} else {
// no AMD; invoke directly
factory( (typeof(jQuery) != "undefined") ? jQuery : window.Zepto )