Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



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

Posts: 850
Name: Matt Pealing
Location: England, north west
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
pealo86 is offline
Reply With Quote
View Public Profile Visit pealo86's homepage!
 
 
Register now for full access!
Old 10-06-2008, 04:53 PM Re: Working with <li> elements inside a <ul>
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,520
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
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!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.09621 seconds with 12 queries