jquery-form.js源码
代码说明:
/*! * 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 )
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


