[jQuery] Question on jQuery 1.0.2
Hi all,
I was testing and found some very strange behavior in IE6 and Opera 9
but works fine on FF 1.0.5. It looks like the problem is pointing to:
line: 704
return elem.getAttribute( name, 2 );
in this block of code:
...
} else if ( elem.getAttribute != undefined ) {
alert(name + " = " + value);
if ( value != undefined ) elem.setAttribute( name, value );
return elem.getAttribute( name, 2 );
} else {
...
Is this correct?
What does the 2nd argument do?
-Steve
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/