All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javascript.parentElementHtmlCode.js Maven / Gradle / Ivy

The newest version!
var elem = arguments[0];
var result = arguments[0].outerHTML.replace(/[\n|\t|\r]/g, '').replace(/> +';
	
	for (var att, i = 0, atts = e.attributes, n = atts.length; i < n; i++){
	    att = atts[i];
		startCode += ' ' + att.nodeName + '="' + att.nodeValue + '"';
	}

	return startCode + endCode;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy