Reply
Working with <li> elements inside a <ul>
Old 10-06-2008, 04:28 PM Working with <li> elements inside a <ul>
KkillgasmM's Avatar
Ultra Talker

Posts: 381
Name: El Phantasmo
Location: England, north west
Im using the following script to access a list in my web page:

Code:
var nav = document.getElementById ('nav');
alert (nav.childNodes[0].nodeValue);
Currently the alert is completely blank, but I was hoping to be able to get information on each <li> so that I can then edit them (e.g. css properties).

I was thinking the script I currently have would output what is contained in the <li>, which is

Quote:
<a href="contact.php">contact</a>
Does anyone know what Im doing wrong?

Thanks.
__________________
New Portfolio
KkillgasmM is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 10-06-2008, 04:53 PM Re: Working with <li> elements inside a <ul>
chrishirst's Avatar
Super Moderator

Latest Blog Post:
Am I impressed or what?
Posts: 14,899
Location: Blackpool. UK
innerHTML is what is inside the element

nodeValue will only return the contents if it is a text node, if it is an element it will be null.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Working with <li> elements inside a <ul>
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10855 seconds with 12 queries