Hello,
Can someone please point me to THE source for complete javascript
documentation?
Particualry I am interested in the document object. For example with,
document.getEle mentById(id), there is at least style and rows
properties and with rows you can get lenght:
eg document.getEle mentById(id).St yle
document.getEle mentById(id).Ro ws.Length
What I would really like is to be able to look at an object browser
which shows every property and method associated with the javascript
document object (and all of the other objects too but I don't want to
be greety!).
Hopefully this is out there some where. I keep hanging out here asking
for fish when really I want a fishing rod of my own.
Can any one help me out?
Can someone please point me to THE source for complete javascript
documentation?
Particualry I am interested in the document object. For example with,
document.getEle mentById(id), there is at least style and rows
properties and with rows you can get lenght:
eg document.getEle mentById(id).St yle
document.getEle mentById(id).Ro ws.Length
What I would really like is to be able to look at an object browser
which shows every property and method associated with the javascript
document object (and all of the other objects too but I don't want to
be greety!).
Hopefully this is out there some where. I keep hanging out here asking
for fish when really I want a fishing rod of my own.
Can any one help me out?
Comment