b0y-101 Mini Shell


Current Path : E:/www/instructor/test02/media/com_eventgallery/common/js/polyfill/
File Upload :
Current File : E:/www/instructor/test02/media/com_eventgallery/common/js/polyfill/element.remove.js

// Create Element.remove() function if not exist
if (!('remove' in Element.prototype)) {
    Element.prototype.remove = function() {
        if (this.parentNode) {
            this.parentNode.removeChild(this);
        }
    };
}

Copyright © 2019 by b0y-101