[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Already tried it and I get the same results. This is really funny I don't understand. Allow me to start all over. Here is my script: div id=ws_desc class=box div id=content1 div

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
... line in relation to the div above it. Is it supposed to be inside that div? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 8:19 AM To: jQuery (English) Subject: [jQuery] Re: Toggle link Needs

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Hi Rick, Thanks for your help... I made it really simple. Take a look at this: !DOCTYPE html html dir=ltr lang=en-CA script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script script type=text/javascript $(document).ready(function() { $('.SomeOtherClass').hide();

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!! Hi Rick, Thanks for your help... I made it really simple. Take a look at this: !DOCTYPE html html dir=ltr lang=en-CA script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script script type=text/javascript $(document).ready

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Not sure where, but this is it... Still doesn't work. !DOCTYPE html html dir=ltr lang=en-CA script src=/src/js/jquery/core/jquery-1.3.2.min.js type=text/ javascript/script script type=text/javascript $(document).ready(function() { $('[class^=toggle-item]').hide();

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Erik
Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 9:19 AM To: jQuery (English) Subject: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!! Hi Rick, Thanks for your help... I made it really simple. Take

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
Did you get my last email about the extra space ? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 10:44 AM To: jQuery (English) Subject: [jQuery] Re: Toggle link Needs to Be UNDERNEATH

RE: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread Rick Faircloth
... Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Erik Sent: Wednesday, December 30, 2009 9:19 AM To: jQuery (English) Subject: [jQuery] Re: Toggle link Needs to Be UNDERNEATH!!! Hi Rick, Thanks for your help... I

[jQuery] Re: Toggle link Needs to Be UNDERNEATH!!!

2009-12-30 Thread MorningZ
There's multiple issues with the code quoted below... 1) you have this selector: $('[class^=toggle-item]) but there is no sign of anything in the HTML shows that has any class name that starts with toggle-item 2) related to #1, the attribute class is *not* a simple string to all browsers, you