I'm trying to build a URL that will link directly to a specific slide using the Rhino slider. The documentation shows how to do it if you are on the same page the slider lives on, but I want to link...
Hello, I'm wondering of anyone can help me sort some XML data? I need to sort the <fundname> node starting at position 5 of the text. It's a last minute change I'll be working on today, so if I can...
Hi,
I have some javascript code that parses an XML document and returns specific values for the XML fields. All I need to do is to make the +returnedURL+ in the loop active. Right now it just...
Thanks. I can parse the XML no problem (even in IE now). My issue is identifying each <acronym> tag and add applying a URL to it's corresponding <fundname> in the XML once it has been parsed.
You have a lop of options. I noticed your table didn't have a row? You can add <tr valign="bottom"> before your <td> tags. Just make sure to close the row </tr> too.
Hi,
jQuery is still fairly new to me, so I apologize if I sound like a noob. I'm trying to parse an XML doc and return the values in to an HTML page. I can parse the XML (in all browsers but IE...