var type = function (data) { var toString = Object.prototype.toString var dataType = data instanceof Element ? "element" : toString .call(data) .replace }