Slide.prototype.num = function(number){ var obj = this.dom[number-1] obj.zIndex = _zIndex(obj); return obj; }; function _zIndex(obj){ return (obj.style.zIndex == "" ? getComputedStyle(obj, '').zIndex : obj.style.zIndex); };