[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 PROT

[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 up

[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: I realize that on Windows the extensions are hidden so try: Notice the .js I added to the path to the jQuery library.

[jQuery] Re: Help learning...

2008-05-28 Thread Aaron
was not returning anything. > Otherwise, I think that extra parenthesis would have thrown an error.  Can > you maybe post your html markup so we can see if you have the selector > correct. > > -- Josh > > > > - Original Message - > From: "Aaron" <[EMAIL

[jQuery] Re: Help learning...

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

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
t;slow")) <-- remove that sucker! > > -- Josh > > > > - Original Message - > From: "Karl Swedberg" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, May 27, 2008 3:31 PM > Subject: [jQuery] Re: Help learning... > > > Actually, the only selector here that

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
: "Karl Swedberg" <[EMAIL PROTECTED]> > To: > 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 withou

[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: Sent: Tuesday, May 27, 2008 3:31 PM Subject: [jQuery]

[jQuery] Re: Help learning...

2008-05-27 Thread Karl Swedberg
() { $("li").fadeOut("slow").remove(); } ); On May 27, 3:24 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: Your selectors need quotes around them: $("li:hidden:first").fadeIn("slow"); etc. -- Josh - Original Message -

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
inal Message ----- > From: "Aaron" <[EMAIL PROTECTED]> > To: "jQuery (English)" > 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

[jQuery] Re: Help learning...

2008-05-27 Thread Aaron
; > > > - Original Message - > From: "Aaron" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Tuesday, May 27, 2008 11:31 AM > Subject: [jQuery] Re: Help learning... > > I been playing around with the hover and fadeIn and fadeOut funct

[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)" Sent: Tuesday, May 27, 2008 11:31 AM Subject: [jQuery] Re: Help

[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 w