Current section
Files
Jump to
Current section
Files
web/static/vendor/active_admin/ext/jquery.js.js
// Generated by CoffeeScript 1.10.0
(function() {
$.fn.serializeObject = function() {
var i, len, o, obj, ref;
obj = {};
ref = this.serializeArray();
for (i = 0, len = ref.length; i < len; i++) {
o = ref[i];
obj[o.name] = o.value;
}
return obj;
};
}).call(this);