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
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
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
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.
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
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
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
: "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
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]
() {
$("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 -
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
;
>
>
> - 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
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
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
14 matches
Mail list logo