Topic: Uncaught TypeError: Cannot read property 'nodeName' of null
I get this error in behaviour.js, line 128. Is this a known issue or did I much something up?
if (tagName && element.nodeName.toLowerCase() != tagName) {
// tag with that ID not found, return false
return new Array();
}