[jQuery] Re: how to write the jquery syntax to select single word within an element

2009-09-27 Thread rossenbere
Thank you so much bibby for trying to answer my question so thoroughly. My call for help was in fact dictated by lack of time. I thought the solution was somehow going to be obvious, but now it see I was totally wrong. On 27 sep, 16:47, bibby wrote: > Hi rossenbere, > There's some

[jQuery] how to write the jquery syntax to select single word within an element

2009-09-27 Thread rossenbere
Hi I'm a newbie. I just don't know how to construct the jquery selector syntax to pick up a single word on click from within let's say a element and then trigger some function in which the selected word is going to be used. (Something like when you click a word on an HTML page and get the meani

[jQuery] Superfish question

2008-08-28 Thread rossenbere
Hi Am I wrong to say that superfish animations won't work when All and elements are generated by scripting? In other words: html has to present in de body first. If the body is empty, the CSS part will do its job, but as all list elements still have to be generated by the css-menu itself, the css

[jQuery] Re: Superfish with scripted dom page

2008-08-18 Thread rossenbere
I solved my problem!!! My page didn't have a valid document type on top Adding this made it work !!! http://www.w3.org/1999/xhtml";> :-) Thanks for helping! On 18 aug, 15:00, rossenbere <[EMAIL PROTECTED]> wrote: > Waw this is a fast reply! Thanks for trying to hel

[jQuery] Re: Superfish with scripted dom page

2008-08-18 Thread rossenbere
Waw this is a fast reply! Thanks for trying to help me out! I followed your advice, made the suggested changes, added some comment and cleaned up my code, but unfortunately the problem remains... I threw out everything unnecessary, keeping an empty html page to be filled with only those elements n