[jQuery] Re: Help learning...

2008-06-01 Thread Aaron
Ok I got it to work. I bet you will never guess how. LOL I redownloaded jquery againg and then edited my html to point to that new file and now everything works perfectly. On May 31, 7:28 pm, Aaron [EMAIL PROTECTED] wrote: Is there anything that I done wrong with the script?? I still can't

[jQuery] Re: Help learning...

2008-05-31 Thread Aaron
Is there anything that I done wrong with the script?? I still can't get it to work. the list is hidden so at least I am that close on getting the thing to work. I am right now just trying to fade in a list next to the image when the mouse is over the image. On May 28, 4:32 pm, Aaron [EMAIL

[jQuery] Re: Help learning...

2008-05-28 Thread Aaron
correct. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 4:24 PM Subject: [jQuery] Re: Help learning... I also should tell you I am using internet explorer 7 when doing these tests ect. thanks

[jQuery] Re: Help learning...

2008-05-28 Thread mdrisser
Can you post a link to the page? Just taking a quick look at your code I noticed that the extension is missing off of your call to the jQuery library: script src=c:\chillenvillenstuff\jquery-1.2.3 type='text/ javascript'/script I realize that on Windows the extensions are hidden so try: script

[jQuery] Re: Help learning...

2008-05-28 Thread Aaron
Ok I see, I added .js and looks like it's semi working, the list that I have in the html file before would show/display when the page loads but now after changing that error .js but still when my mouse moves over the image I still don't see the list fade in or anything. I can't really put

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
I been playing around with the hover and fadeIn and fadeOut functions in jquery and I can't get them working on my website(NOTE:website is not online yet still working on the website). I learned javascript and I do have programming background. I don't know what I am exactly doing wrong. Here is

[jQuery] Re: Help learning...

2008-05-27 Thread Josh Nathanson
Your selectors need quotes around them: $(li:hidden:first).fadeIn(slow); etc. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re: Help learning... I been playing

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
(English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re: Help learning... I been playing around with the hover and fadeIn and fadeOut functions in jquery and I can't get them working on my website(NOTE:website is not online yet still working

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
Nathanson [EMAIL PROTECTED] wrote: Your selectors need quotes around them: $(li:hidden:first).fadeIn(slow);   etc. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re

[jQuery] Re: Help learning...

2008-05-27 Thread Karl Swedberg
selectors need quotes around them: $(li:hidden:first).fadeIn(slow); etc. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re: Help learning... I been playing around with the hover

[jQuery] Re: Help learning...

2008-05-27 Thread Josh Nathanson
One other thing...there is an extra parenthesis: $(li:hidden:first).fadeIn(slow)) -- remove that sucker! -- Josh - Original Message - From: Karl Swedberg [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 3:31 PM Subject: [jQuery] Re: Help learning

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
PM Subject: [jQuery] Re: Help learning... Actually, the only selector here that you shouldn't have quotes around   is document. Can you try it without the quotes? Also, it looks like   you might be missing a line at the end, although it might be a copy/ paste error. Try

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
- From: Karl Swedberg [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 3:31 PM Subject: [jQuery] Re: Help learning... Actually, the only selector here that you shouldn't have quotes around   is document. Can you try it without the quotes? Also, it looks like

[jQuery] Re: Help learning...

2008-05-27 Thread Josh Nathanson
markup so we can see if you have the selector correct. -- Josh - Original Message - From: Aaron [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, May 27, 2008 4:24 PM Subject: [jQuery] Re: Help learning... I also should tell you I am using internet