[jQuery] Jquery cluetip plugin behavior

2010-01-04 Thread Taggy
Hello, The jquery plugin for cluetip (http://plugins.learningjquery.com/ cluetip/) currently defaults to showing a cluetip on left. I want to modify the behavior to show X pxl from the right of the element (table row).Is there a known work around for this? I digged in to the options for clueti

[jQuery] Problem with jQuery Cluetip plugin and jboss Richfaces

2009-05-19 Thread Julien Martin
Hello, I am trying to "re-render" through ajax a richfaces element contained in a cluetip tooltip div and it is not working. Can anyone help please? Here is the code for the div: toto

[jQuery] Problem with the jQuery cluetip plugin and jboss Richfaces ajax submit

2009-05-19 Thread Julien Martin
Hello, I am trying to "re-render" through ajax a richfaces element contained in a cluetip tooltip div and it is not working. Can anyone help please? Here is the code for the div: toto

[jQuery] Re: jQuery cluetip plugin

2009-05-13 Thread Bharat
Hello Karl, My apologies for the hasty post. The plugin works perfectly fine. It was my programming error. I had forgotten to remove the totally vanilla declaration on my shared partial that was overriding the adustments that I has making in my master layout file! I only discovered it after I

[jQuery] Re: jQuery cluetip plugin

2009-05-09 Thread Bharat
Hello Karl, I sent you a login to my beta site. I am not sure if you had a chance to look at it yet? Thanks. Bharat

[jQuery] Re: jQuery cluetip plugin

2009-05-08 Thread Karl Swedberg
Do you have a page somewhere that I can take a look at? Which version of clueTip are you using? thanks, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On May 8, 2009, at 12:29 PM, Bharat wrote: I am now able to load images/colors out of the CSS file but c

[jQuery] Re: jQuery cluetip plugin

2009-05-08 Thread Bharat
I am now able to load images/colors out of the CSS file but cluetip iteself refuses to recognize any options that I set so for example if I say $(".tip").cluetip({arrows: true}); It does not honor the arrows options setting same thing for sticky: true, etc. Any ideas?

[jQuery] jQuery cluetip plugin

2009-05-08 Thread Bharat
In my Rails 2.3.2 application, the plugin is working for me, but I am unable to customize anything. Here is my setup: 1. In my application.html.erb file, I have the following: <%= javascript_include_tag "jquery.js", "jquery-ui.js", "jquery.hoverIntent.js", "jquery.cluetip.js", "jrails.js"

[jQuery] cluetip plugin: how to implement a cluetip picture to a homepage logo?

2009-05-03 Thread flyfisherman
Hi I try to implement a picture as a cluetip that should show up when the user touches the homepage logo. I tried different things but did not make it properly. the logo had an awful border in the colors of the links and in Firefox 3 the cluetip did not show. any solutions? txs in advance Markus

[jQuery] cluetip plugin - Need beforeSend() and error handling override

2009-04-16 Thread DotnetShadow
Hi there, Recently I've been using cluetip with asp.net in particular calling ajax pagemethods. I recently came across this problem: http://stackoverflow.com/questions/361467/is-there-any-way-to-suppress-the-browsers-login-prompt-on-401-response-when-usin Basically what is happening is my pagem

[jQuery] clueTip plugin - onClose option in the API?

2009-04-16 Thread tatlar
Hi there, I am using Karl's clueTip plugin in a table. When the user clicks a link in the table, the clueTip pops up, and the CSS of the table cell changes using the addClass method (adds a class called 'selectedCell'). This is all well and groovy, but what I want to do in addition, is that when

[jQuery] cluetip plugin issues

2009-03-24 Thread Adam
I am trying to use the cluetip plugin to no avail. Instead of the cluetip coming up, I am taken to the website URL like a normal link. I am using this within the Liferay portal and am using the livequery plugin. I've tried this with ajaxCache set to false and true. The cluetip code is getting

[jQuery] cluetip plugin crashing Firefox with external style sheet

2009-01-27 Thread Adam
When using the cluetip plugin, I am loading an external url. The tip loads fine if my external page is plain text/html, however if I reference an external style sheet (using the tag), the plugin crashes Firefox. It's happened more than once. Is there a workaround for this other than inline sty

[jQuery] clueTip plugin mouseOutClose with sticky:true problem

2008-11-07 Thread Ollie
The clueTip plugin mouseOutClose option does not work fully if you hav sticky set to on. it only closes the cluetip if you hover over the cluetip itself. It should also close when the mouse moves out of the element that fired the cluetip (but not when the mouse is moving into the cluetip). here

[jQuery] ClueTip plugin

2008-09-22 Thread mjs
The ClueTip plugin seems to reject html objects when loading locally. I have a div object that loads fine if I have text in it, but if I put a table in it, the cluetip becomes empty. Can anyone else confirm this? Is it possible to load a local table in a different tooltip implementation? Thank

[jQuery] clueTip plugin DOM manipulation clarification.

2008-09-09 Thread Alex
Hello all - I downloaded and used Karl Swedberg's (of www.learningjquery.com) excellent clueTip plugin. The scenario under which I used it led me to identify a small issue that I believe was a design decision by Karl but that behaved differently than I expected it to and, as such, made me spend

[jQuery] cluetip plugin and IE6

2008-05-19 Thread cfdvlpr
Has anyone else noticed that in IE6, select menus show up in front of the cluetip? Is there a fix for this?

[jQuery] clueTip Plugin - Loading specific DIV ID in external html

2008-05-13 Thread Aaron
I am setting up the clueTip Plugin from http://plugins.learningjquery.com/cluetip/ and i see how you can load an external HTML file but it loads everything in that file. I want to have one html file with several divs in that file and have cluetip plpugin call the file and only load a specific di

[jQuery] [clueTip plugin 0.9.6] The CSS will not show at the first time of mouse over

2008-05-06 Thread [EMAIL PROTECTED]
Hi pros! (Sorry for my bad english. I'm from Germany.) This is my first project with jQuery. It's cool but hard to understand for me. I'm (just) a designer. The problem is that nothing happens when I move over the images with the mouse. At the second time the clueTip appears. BUT somtimes with t

[jQuery] clueTip plugin: Passing values via AJAX to the clueTip, then passing values back to the parent page to update div content

2008-04-30 Thread tatlar
Hi there, First up a big thanks to Karl for writing a great jQuery plugin. And sorry if this is a bit of a newbie issue. My question is related to AJAX content. I have a page that has a variety of links, that look like the following: This is just a series of key-value pairs that list the type

[jQuery] cluetip - Plugin with .load() not working

2008-01-15 Thread qt
Hi Jqueries The cluetip-Plugins works fine, as long as you have content and Script on the same page. But when it comes to use cluetip with the .load()-function, it's not working (no errors whatsoever). index.html-file in demo-folder: [code] $('#inc').load('inc.html', function(){

[jQuery] cluetip plugin prevents click event

2007-12-05 Thread driven
I am using cluetip to put tooltips on the links in a search results page. I have the 'activation' setting as 'hover' but unfortunately cluetip cancels the normal click event and I can't actually follow the links. I don't see any examples or settings that will let me actually click on the links. Is