Re: [jQuery] Easy question to answer

2009-11-01 Thread Iyenemi Tyger
i don't understand what u r saying , i am trying to reset the form in the iframe , i need a sample code , Thanks

Re: [jQuery] Easy question to answer

2009-11-01 Thread Karl Swedberg
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

[jQuery] Easy question to answer

2009-11-01 Thread jmatthews
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.