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
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
Ok I I know how to add the script with the
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
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
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
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
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
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();
>
> $
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
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
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?
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
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
14 matches
Mail list logo