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();
      }

Thumbs up

Re: Uncaught TypeError: Cannot read property 'nodeName' of null

rhpt wrote:

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();
      }

I don't know.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Uncaught TypeError: Cannot read property 'nodeName' of null

Code obsolete replaced with jquery.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!