• SharePoint Online Disable all Webart Tooltips on a Page

    Hello.  The jQuery below disables the hyperlink attribute for all webparts on a SharePoint Online page when you hover over a ListView webpart title. $(document).ready(function() {     $('.ms-webpart-titleText').each(function() {         var link = $(this).find('a');         if (link.length > 0)             $(this).text(link.text());     }); }); I also need to disable the tooltip that pops up when you hover over the webpart title.  I've tried various javascript and jQuery functions and nothing seems
  • Cannot change jquery-ui tooltip content as it is being displayed

    I am using jquery-validation alongside jquery-ui tooltip to do the validation and displaying of errors in my form. To do that, I set the errorPlacement option of jquery-validation as such     errorPlacement : function(error, element) {       element[0].title = errorMessage;     } This sets the title of my element with the error message, and jquery-ui does the job of displaying it as a tooltip. Then, when the error is corrected, I simply clear the title of the error, in hopes of stopping the tooltip
  • creating a popup or tooltip on a mouse enter

    I have this function that came with a responsive image map program - I'm not at all proficient with jQuery, but learn as I pick it apart. I would like to run either a popup or a tooltip with a close button instead of an alert, and using mouse enter, (I guess?) so that it won't go away unless the close button is clicked. $('area#eastWin').on('mouseover', function() { alert($(this).attr('alt') + ' clicked'); }); Can some kind soul help me with this? Forever grateful, GN
  • Tooltip appear until the element it's attachet to is in focus.

    I know it's a kinda expected behavior, but in my conditions it should be changed. The tooltip is annoying users covering parts of UI they'd be interested to see and interract with. Is there any way to make tooltip appear only onhover and never onfocusin.
  • Tooltip positioning collision: flipfit not doing it's thing

    OK. So here's the deal. I'm pulling my hair out trying to figure this one out. When the user hovers over images, the tooltip sometimes shows up properly positioned and sometimes does this thing where half of it disappears beneath the boundary of the browser window: Then, as if to mock me, when the cursor leaves and re-hovers, the tooltip shows up properly on the exact same element.  It should at least be consistently wrong don't you think? First hover: maybe shows up properly Second hover: always
  • SVG Tooltip containing a SVG element

    Hello everyone. i am developing a dashboard and have a table with several SVG elements. I can get a tooltip on those elements just fine from the title attribute, but i want the tooltip to contain another SVG. When i put the code for the svg in the title attribute i can hardly see any of it but a square about 3x3 pixels which is colored in one of the colors used in the svg. i do create the table and svg elements dynamical with the d3.js library. Is it possible to display a SVG element in a tooltip?
  • The tooltip dosen't close in sortable items - Occur in Firefox/IE only

    I have a list of sortable items, which have tooltip applied. Drag any one-item then drop outside of 'sortable' list. Issue: the tooltip will show forever until we hover that item again. Please refer this for my code: https://jsfiddle.net/83pmcf84/4/ Sorry for my bad English. Anyway, thanks for support.
  • jQuery Ui Tooltip Not Working on Raphaël.js

    Can you please take a look at This Demo and let me know why the tooltip is not showing on the path on mouse over using jquery Ui and Raphael.js? <div id="canvasDiv"></div> $(function () { var paper = Raphael(0, 0, 500, 500); var d = "M90,90l-80,-20L50,5L90,90"; var tri = paper.path(d).attr({ "fill": "yellow", "stroke-width": 5, "stroke-linejoin": "round", "title": "Show Me The Tooltip!" }); $(tri).tooltip(); });
  • how to add tooltip for date in datepicker?

    Please!  Need Help...  How to add tool tip for select days in my project http://jsfiddle.net/hszt7tr2/  Thanks!
  • Sharepoint list adding jquery tooltip

    Hi i'm  new to using jquery ui , i'm trying to implement the jquery ui tooltip but i'm not sure how  or where to insert the code in a share point list new form , can someone please advice or send a sample code in a sharepoint list if possible 
  • Only one tooltip opened for a time

    Hi. I found a "design" problem in my proyect. I have the jqueryui tooltip on a form. At start, I make "click" on a form element for put the focus over it, and the tooltip is displayed. For change to another form element I use the keyboard Tab. At this moment, the first tooltip (when the mouse is over) is opened, and the second (when the keyboard send me) is opened too. This is not so beautifull, and some text are up. I try to close all tooltips mapping the tab in the document, but the mouse tooltip
  • JQuery tooltip over image map

    I've managed to modify jquery tooltip using jquery-ui so that I get customized tooltips triggered by image map areas. By default, the tooltip wouldn't trigger on map areas, but it did work on any input forms, edit buttons, etc, on the page. It only functions on block elements I finally realized, so I got it to work by adding a <style> for "area", making that a block element: </style> <style type="text/css"> area { display: inline-block;     } </style>  So now tooltips are triggered when you hover
  • jQuery UI Tooltip - Not Working

    I am trying to get the tooptip to work when I hover over a span tag, below is the code: <div class="rewards-points">       <div class="price-box">             <span class="price"> You will earn 50 points for purchasing this product!</span>       </div>       <script type="text/javascript">             jQuery(document).ready(function() {                   jQuery('.rewards-points .price').tooltip({content: 'The amount listed is the number of reward points you will earn by purchasing this product.&amp;nbsp;
  • partial tooltip display.

    tooltip is not completely visible.can someone help me why it is so. i increased its z-indez, made overflow:visible. but no use
  • Disable HTML rendering in jQuery UI tooltip widget?

    Hello, I'd like to be able to configure the tooltip widget to simply display whatever text I give it, rather than try to interpret HTML tags and entity references. Is there a way to do this? Or a simple hack to make it work? Thanks, Evan
  • jQuery UI tooltip

    Hi. I am using the Tooltip feature of the jQuery UI plug-in and basically it is great. The thing is that the code adds an HTML element, representing the popup element, right after (in DOM structure) the element on which the popup should appear. This element is removed from the DOM upon popup hiding. Usually, I guess this wouldn't be an issue, but in the case of my application, it causes a problem. How do I set this temporarily added element to be appended to the end of the HTML body (right before
  • How to address the activated tooltip?

    Hello, I'm looking for a way to address the shown tooltip on the open-event. $(document).tooltip({       open: function(event, ui){             $(WHATEVER).css("color","red"); // for example       }}); Actually I want to store the last shown tooltip in a global variable to address it from another function. I tried it with "this" and "event.target", but it doesn't really work. Any suggentions? Ciao hasenpfote
  • Need event to hide tooltip in IOS like mouse out in HTML.

     In html we used mouseout function to do something when we out of the element. I want the same type of event in ios to do something? Thanks in advance
  • Tool tip not hiding in IOS brower but working in firefox,chrome ,IE and safari

    hi..      I used jquery tooltip plugin to show tooltip in my application, on mouseover that tooltip will visibles, on mouseout that tooltip hides.This is working fine in  firefox,chrome ,IE and safari browsers. But in IOS browser that tooltip opening properly but not closing on mouseout.    But in IOS browser  Tapping/Onmouseover on the one text causes a tool tip to appear, which does not close on tapping elsewhere. The tool tip does not close even after tapping on somewhere which causes another
  • tooltip background color change

    Just to start, I'm a graphic designer that was asked to take on a special project because of my familiarity with HTML and CSS. I am by no means an expert with js or jquery.   I was asked to create special tooltips for various elements on a web page. My only issue is I found some pre designed code that I liked here, https://jqueryui.com/tooltip/   and now I cannot figure out how to change the color of the background on the tooltips I attached to my page.   Please someone help me before I lose it.
  • Tooltip not working when span tag inside link

    Hello, I'm currently using this markup to style up links with an icon:    <div id="printScreen" class="glyphicon glyphicon-print pull-right "><a href="#print" title="Print"><span>Print</span></a></div> I use the span tag within the link so I can hide the text using display none. Problem with this is, I cannot get the tooltip to work using : var tooltips = $("[title]").tooltip(); Can anyone please tell me how I can get the tooltips to fire up using my markup above? Many thanks
  • Using Datepicker and Tooltips

    Hi I am using the datepicker with an input box, which is inside an <li> element (for formatting purposes).  The <li> element has a tooltip attached to it.  Both work fine, and it is more of an aesthetic problem, but when I click in the input box, the datepicker appears. The tooltip is also showing, because we are hovering over the <li> element, but behind the datepicker, as I have altered its z-index.  If you then move out of the <li> element area, the tooltip disappears, as it should.  However,
  • Need desperate help with Jquery slider tooltip

    Demo website : http://iphoneholics.com/webpage/index2.htm Reference Website [took the code help from here]: http://www.hongkiat.com/blog/jquery-volumn-slider/ Demo of Reference Website: http://media02.hongkiat.com/jquery-ui-slider/demo/index.html If you check the demo website, and drag the first slider (Email slider) you will the tooltip box and text appearing - BUT it is not following the Slider handle. I want it to follow the slider handler like in http://media02.hongkiat.com/jquery-ui-slider/demo/index.html
  • Cannot enter a space into an input field.

    The situation:There is a Dialog with tabs inside.  There is an input field in one of the tabs. That input field has a tooltip attached to it.   The problem: When clicking on the input field, the tab itself gains focus.  The user is able to type in the input field, but any keys that the tab uses (space, left/right arrows) apply to the tab instead of the input field.  This results in the user not being able to enter a space in an input field or navigate the characters in the field using the left/right
  • how to custom position jquery-ui tooltip for each item

    I use default code to apply for all website have tag img or attribute is tootltip and title $(document).tooltip({ track: true, items: "img, [tooltip], [title]", content: function() { var element = $( this ); if ( element.is("[tooltip]") ) { var src = element.attr("tooltip"); return "<img src='" + src + "' width='100'>"; } if ( element.is( "[title]" ) ) { return element.attr( "title" ); } if ( element.is( "img" ) ) { return element.attr( "alt" ); }    } }); but in the some cases, I want to change
  • jquery ui tooltip - display image for each option

    I'm trying to display an image when the user mouses through each item in a select menu.  Here is my code: <div>                        <label for="stationery">Choose A Stationery: </label>                 <select id="stationery" name="stationery">                     <option id="s_opt_0" value="0">Please Choose</option>                     <option id="s_opt_1" value="Plain">Plain</option> <option id="s_opt_2" value="Birthday" title="Birthday">Birthday</option>                    <option id="12> <a
  • tooltip shows up in the wrong location only for the first time a tooltip is invoked

    problem: the tooltip shows up in the wrong location only for the first time a tooltip is invoked. Tooltips are expected to show to the side of the textbox. First time a tooltip is invoked in IE , the tooltip shows over the left margin. Subsequent mouseover events to show tooltips are correctly rendered. using: jqueryui 1.9.2 and  jquery 1.9.1. IE8 quirks mode example. Simple html file that is displays links  in tooltips .move mouse over textboxes to see tooltips. http://jsfiddle.net/pullo/eN6VW/1/
  • SOLVED: Using jQuery-ui Tooltip with dynamic ajax content on click instead of hover

    I'm trying to implement this in a template where a variety of items may have the class assigned to implement the tooltip. I have had success getting the tooltip on click only, and some success on getting the tooltip populated with ajax of the url is fixed, but I can't seem to extract the url from the link and get the content for the tooltip from that link and have the tooltip work on click rather than hover. I had success doing something similar with dialog. I added a rel property which contains
  • Tooltip : how to position the tooltip in relation to the mouse without tracking

    I would like to position the tooltip in relation to the mouse position, without using the track option. The same behavior than windows system tooltips. $(document).tooltip({   position: { my: "left top+5", at: "left bottom", of: ??? } }); Thanx
  • Tooltip - different options for different elements

    Hello, is possible to have different tooltip options for different elements? For exaple .quick-tooltip class will have delay 0 but default tooltip has this option set to 250? It is ajax application so $(".quick-tooltip").tooltip() will not work. I know I can create tooltips live with $(document).on() function but I am wondering if there is simpler way to achieve this behavior. Thanks
  • jQuery Accordion & jQuery Tooltip not working together

    I'm pretty new to jQuery, so please bear with me. I'm having some problems making my accordion and tooltips play nicely together. I created my accordion first, using the Accordion Widget from the jQuery UI site. The accordion sections each contain a table with a form where there are text labels accompanied by a small image that is supposed to spawn a tooltip when hovered over. I created the tooltips separately using this Tooltipster plugin (http://calebjacob.com/tooltipster/). I used this plugin
  • custom jquery UI tooltip

    Hi, I'm trying to use jquery tooltip to show a div with an image and text. here is my HTML structure : <span class="reference"> <span class="marque" title="test">Adobe</span> <span class="details"><img src="/img/monimage.jpg" alt="alt">Descriptif du travail effectué pour Adobe.. </span> </span>here is my js : <script type="text/javascript"> $(function() {     $(".details").hide();     $(".marque").tooltip({         items: $('.details'),         content: function() {             var element = $( this
  • Forcing attribute title tooltip

    I want to force a tooltip on a mouse click. I want to use the default yellow browser tooltip which normally appears when you mouse over an HTML item with a Title-attribute in it. How it works right now is the user clicks on the label of a textfield and then a database call retrieves the tooltip information. Javascript then inserts this information as Title attribute. However when you want to see this tooltip you need to move the mouse a little before it's triggered and I don't want that. It needs
  • jQuery UI.tooltip position:fixed;

    When using the tooltip widget (in development, I know) the positioning of the tooltip failes if my browser viewport is not on the top of the document (scrollTop > 0). The same happens in the demo at http://wiki.jqueryui.com/Tooltip. I have tested in FF3 and IE8. Changing the positioning from "position:absolute;" to "position:fixed;" in the tooltip css solved the problem. Is this the correct fix or is this causing other problems? Thanks, Bart
  • Tooltip arrow isn't displaying properly when moved to left side of tooltip (jQuery UI 1.9)

    I'm using a speech bubble style tooltip based on the jquery ui tooltip widget 'Custom Styling' demo, but I'm having trouble properly displaying the arrow when I need it on the left side of the tooltip instead of on the top or bottom. Can someone help me fix this code (it cuts off the tip and displays too large a section of the arrow)? <style type="text/css">          .ui-tooltip.menu_info {         max-width: 200px;     }        * html .ui-tooltip {     background-image: none; } body .ui-tooltip
  • why my tooltip didn't hide when I put my TextBox TextMode on Password?

    Hi I Use Jquery UI Tooltip for my signup form,everything is OK but when I put the text Mode to "Password", The tooltip don't hide ever,even when you press Esc key on keyboard. what should I do now? It will be ok when I remove this: TextMode="Password" but its a necessary part that I can't remove. My Code: <asp:TextBox ID="UAtxtPassword" TextMode="Password" ToolTip="Please insert your password!" CssClass="UAtxtPassword" runat="server"></asp:TextBox>
  • Is it possible to create a Tooltip with formatted text inside?

    Hey guys, I'm using a Tooltip to show more details on products in my website so i needed it to display formatted text, like for example a bigger text with the name of the product and then a small one below, describing it. Is it possible to do so? Thanks in advance!
  • Tooltip.js (bassistance.de) extraClass Issues

    Reference site: http://www.envisionedge.com/new/ I have 5 different Div ID's that have Tooltips assigned to them. Each of these ID's have a specific "extraClass" added to them so I can style the color for the H3 per Tooltip instance. All 5 Tooltips are working, but it's adding every "extraClass" from every div ID to the Tooltip class. I tried including a line to remove the classes after each function, but it doesn't seem to work. If I only use 2 Tooltips, such as the example shown here for different
  • Tooltip plugin vertical alignment in IE10

    I've noticed that tooltips are appearing too high on the page when using IE10, getting worse the further down the page the tooltipped control is. It becomes very obvious by the time you get down to the four Yahoo links in the demo. Is this plugin still maintained? If not, is there a relatively straightforward drop-in replacement?
  • Double tooltips with Tipsy in IE

    I'm using Tipsy on my site and in IE7/8 I get a double tooltip when I hover over an element. I've looked around for a fix but can't find any reliable solution. Has anyone else come across this issue?
  • Next Page

  • Announcements

  • The Basics of jQuery AJAX

    A step-by-step tutorial for those new to jQuery and wanting to use AJAX in their projects. Includes valuable information about troubleshooting using the console and understanding the request / response. http://jayblanchard.net/basics_of_jquery_ajax.html
  • jQuery Conference 2010: Boston Announcement

      The jQuery Project is very excited to announce the jQuery Conference 2010: Boston on October 16-17, 2010.  The conference will be held at the Hilton Boston Logan in Boston, Massachusetts.  The best part of this announcement is that Tickets are on sale now!  This venue is the largest that the project has worked with to date (Harvard Law School in ‘07, the MIT Stata Center in ‘08 and Microsoft New England Research Center in ‘09) and we expect to sell out very quickly. A brief synopsis of some of