nodeName is a DOM element property. Not related to jQuery per se. Here are a couple references:

https://developer.mozilla.org/en/DOM/element#Properties
http://www.javascriptkit.com/domref/elementproperties.shtml



--Karl

____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 1, 2009, at 6:44 PM, jmatthews wrote:

Where is the documentation on the properties of nodes that Jquery
utilizes?

xxx.nodeName (where nodeName) is the property.

nodeName works with Jquery.  I am trying to find a list of which other
do (e.g. nodeType, nodeValue, etc.).

Thanks.

Reply via email to