[jQuery] Question on jQuery 1.0.2

[jQuery] Question on jQuery 1.0.2

Second parameter is search type.
vAttrValue = object.getAttribute(sAttrName [, iFlags])
sAttrName Required. String that specifies the name of the attribute.
iFlags Optional. Integer that specifies one or more of the following flags:
0 Default. Performs a property search that is not case-sensitive, and
returns an interpolated value if the property is found.
1 Performs a case-sensitive property search. To find a match, the uppercase
and lowercase letters in sAttrName must exactly match those in the attribute
name.
2 Returns the value exactly as it was set in script or in the source
document.

-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Brandon Aaron
Sent: Tuesday, October 10, 2006 8:24 AM
To: jQuery Discussion.
Subject: Re: [jQuery] Question on jQuery 1.0.2
I would also like to know what the 2 is for. I didn't know
getAttribute() could take a second param.
--
Brandon Aaron