[jQuery] Re: Need help with hover and fadein and fade out

2008-05-15 Thread Karl Swedberg
Hi Aaron, Is there a public test page that you can show us? It'll help immensely. Hard to troubleshoot if we don't have the full picture. Also, please take a look at the plugin's documentation -- in particular, the Getting Started section: http://plugins.learningjquery.com/cluetip/#gettin

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-15 Thread Aaron
ok I have so far this: $(document).ready(function() { $('#image').cluetip({sticky: true, mouseOutClose: true});} That is what I have is it wrong?? yet this dosen't work. On May 10, 7:02 pm, Aaron <[EMAIL PROTECTED]> wrote: > What do you mean the plug-in grabs the contents?? would that be the

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-14 Thread Aaron
Ok I I know how to add the script with the

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Aaron
What do you mean the plug-in grabs the contents?? would that be the whole html file?? or just like elements?? I downloaded your plug-in but I am confused on which file I need to include into my html file to be able to use the functions. Can't jquery already do somthing like this?? On May 10, 12

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Karl Swedberg
Hi Aaron, I put together a little demo for you using my clueTip plugin. In the demo, hovering over the main image pulls in the contents of another page, which happens to have four images on it. You can have those four images on the main page instead if you want, and just hide them when t

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Aaron
also one thing Glen I wanted that box/window that faded in when the mouse is over the image I wanted it to also not fade out when I move my mouse off the image onto that box/window so I can view images on that box/window. On May 7, 8:53 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Something lik

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Aaron
Forgot to give you the website to show an example what I want. it's here: http://jeek.livejournal.com/2007/05/14/ On May 7, 2:31 pm, Aaron <[EMAIL PROTECTED]> wrote: > Ok here is the code I made so far. > > $(document).ready(function() { > $('#table1').hide(); > > $("#image").hover( >      func

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Aaron
Glen Yes that is what I want to do. The only thing different I want a background and also display photos in that fadedIn box/window,but that's the main idea on what you showed. On May 7, 8:53 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Something like this?http://www.commadot.com/jquery/hoverTab

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-10 Thread Aaron
Here is an example but in the example instead of hyperlinks I want to have photos but this is the main goal really, like the looks and function. On May 7, 2:31 pm, Aaron <[EMAIL PROTECTED]> wrote: > Ok here is the code I made so far. > > $(document).ready(function() { > $('#table1').hide(); > > $

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-07 Thread Glen Lipka
Something like this? http://www.commadot.com/jquery/hoverTableFade.php Glen On Wed, May 7, 2008 at 11:25 AM, Aaron <[EMAIL PROTECTED]> wrote: > > no that's not what I plan to do. What I am trying to do is this: I > have an image of the user already on the page when the user puts it's > mouse

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-07 Thread Aaron
no that's not what I plan to do. What I am trying to do is this: I have an image of the user already on the page when the user puts it's mouse over the image I want a table or somthing that would fade it on top of the image . so that table will contain all photos the user uploaded when the use

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-07 Thread Aaron
Ok here is the code I made so far. $(document).ready(function() { $('#table1').hide(); $("#image").hover( function () { $(this).fadeIn('#table1'); }, function () { $(this).fadeOut('#table1');}) On May 7, 1:34 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Does this help?

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-07 Thread Glen Lipka
Does this help? http://commadot.com/jquery/hoverFade.php Maybe if you post something in the ballpark, we could help troubleshoot it? Glen On Tue, May 6, 2008 at 5:48 PM, Aaron <[EMAIL PROTECTED]> wrote: > > Can you give me an example code of what I need to do to get a table to > fade in above t

[jQuery] Re: Need help with hover and fadein and fade out

2008-05-06 Thread Aaron
Can you give me an example code of what I need to do to get a table to fade in above the picture which when the mouse is over the picture will activate the fade in function and also when the mouse goes off the photo or that new fadeded in table then it would fade out. The table that fades will wil