(e, t)
| 2166 | |
| 2167 | w.param = function (e, t) { |
| 2168 | var n, r = [], i = function (e, t) { |
| 2169 | var n = g(t) ? t() : t; |
| 2170 | r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) |
| 2171 | }; |
| 2172 | if (Array.isArray(e) || e.jquery && !w.isPlainObject(e)) w.each(e, function () { |
| 2173 | i(this.name, this.value) |
| 2174 | }); else for (n in e) jt(n, e[n], t, i); |
no test coverage detected