after using .get  i am extractng various nodes all works well except the music node

eg:


<div id="msuic">14</div>

in this case I would expect the following to return 14

$("div#music",html).text()

it often return a blank value, even though firefox's consiole window display the correct node value

very odd and frustrating since it does work sometime and does not at ofthers????

the value is passed onto a function that calls a flash function to play the music track associated track

or do I need to find another way???

thanks - Sam
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to