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

package.src.core.nodeName.js Maven / Gradle / Ivy

The newest version!
define( function() {

"use strict";

function nodeName( elem, name ) {

	return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();

}

return nodeName;

} );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy