Class nl.sara.webdav.Ie
This class holds all IE hacks
Defined in: 002_iehacks.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
<static> |
nl.sara.webdav.Ie.isIE
Although this library has no intent to work in IE older than versions 9, it should work in IE and sometimes requires some special attention for this wonderful browser
|
Method Attributes | Method Name and Description |
---|---|
<static> |
nl.sara.webdav.Ie.getLocalName(node)
Returns the localName of a DOM Node object
|
Field Detail
<static>
nl.sara.webdav.Ie.isIE
Although this library has no intent to work in IE older than versions 9, it should work in IE and sometimes requires some special attention for this wonderful browser
Method Detail
<static>
{String}
nl.sara.webdav.Ie.getLocalName(node)
Returns the localName of a DOM Node object
- Parameters:
- {Node} node
- The node to determine the localname for
- Returns:
- {String} The local name