Re: [jQuery] [Newbie] dynamic text loads...

2007-01-03 Thread Birgit Pauli-Haack
I appreciate you pointing out to me this syntactical error... I changed my code accordingly:-) and I will study up some more on this topic. Birgit You say you have an associative array so you should use one. Abusing an array (list) for that is considered bad practice. var texts = {}; //

[jQuery] [Newbie] dynamic text loads...

2007-01-02 Thread Birgit Pauli-Haack
I have some data in an js associative array: texts = new Array; texts.webmail = Go directly to Web e-mail. The easy way to read and write e-mail when you are away from home.; texts.dsl =Complete information on the DSL service.; texts.members = Member information and downloads. My document has

Re: [jQuery] [Newbie] dynamic text loads...

2007-01-02 Thread Birgit Pauli-Haack
Thank you, Alex, that works brilliantly.. And the explanation is understandable, to me:-) Now I have another question: how to I get the original text back into the div id=boxtext Boxtext. /div after I unhover from the particular link? Birgit UNTESTED, but something like this should work...