[jQuery] jquery tooltip is merging with aspx dropdowncontrol in IE6

2009-07-23 Thread rajeshdara
I am using jquery to display the tooltip when mouseovers on the image which is beside of the aspx dropdown or textbox controls. When mouseover on the image, if there are dropdown control, the tooltip text is merging with dropdown control.

[jQuery] jQuery Tooltip Plug-in 1.3 Update

2009-05-23 Thread kiusau
I have recently noticed that version 1.3 of the jQuery Tooltip Plug-in does not work with jQuery's version 1.3.2. Is there a patch available? Is there one on the way? Roddy

[jQuery] jQuery Tooltip plugin 1.3

2008-11-26 Thread donb
I have used this successfully for elements that were defined in the initial page (hardcoded into the html). But now that I have a couple I .append() dynamically, I cannot get the text to popup. It seems as if the .tooltip() doesn't work if the element is added after the page loads. Note that I

[jQuery] jQuery Tooltip plugin "speech bubbles" over image map

2008-11-14 Thread Jesse
I am attempting to adapt the tooltip plugin to work with an image map, but I can only get 'standard' pop ups to function over map objects. Has anyone been able to make the tooltip plugin work with an image map and "speech bubbles" (fancy decorated popups)? Ideally I would like to get this working

[jQuery] Jquery Tooltip

2008-08-31 Thread Babu PCA
Hi every one, Jquery Tooltip, I have problem in showing the tooltip if i rollover on the label, i had created a structure for the tool tip using div of 200x60 length, how to do this with jquery Thanks

[jQuery] Jquery tooltip

2008-08-28 Thread Babu PCA
Hi, I have a pblm in with the jquery tooltip I have designed a tooltip structure which is in a div , i want to show that structure as a tooltip when i click the label of the check box how this can be done, can any one help me thnks bab

[jQuery] jQuery Tooltip with image map

2008-07-02 Thread C.Everson
Is it possible to trigger the jQuery tooltip (and also jQmodal) from an area on an image map? Any examples around? Thanks! Chuck

[jQuery] jQuery Tooltip Problem - Hover on

2008-06-19 Thread dfiller
I'm using the tooltip plugin by Mr. Zaefferer and trying to get it to appear on the hover event of a table row. It works absolutely fine in Firefox, but of course IE won't display the tooltip. I know the plugin is setup correctly because when I move it to another element, it works fine in both b

[jQuery] jQuery tooltip doesn't work after UpdatePanel update?

2008-05-20 Thread vladv
Does jQuery supposed to work with asp.net ajax update panel? I used jQuery tooltip : http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ but after the update panel update every tooltip is reset to default tooltip. how can this be fixed? Thank you