Internet Explorer: Error Message: 'nodeType' is null or not an object
- by Patrick
hi,
I get the following error in IE
Line: 173
Character: 5
Code: 0
Error Message: 'nodeType' is null or not an object
This is the line of code where it crashes:
if($clone.attr("nodeType") == 1 && !$clone.hasClass("dontend")){
website: http://www.donatellabernardi.ch/drupal/
I've debugged the attribute nodeType in Firebug and the output is always "1".
thanks