You are viewing limited content. For full access, please sign in.

Question

Question

Tool Tip location

asked on September 14, 2020 Show version history

I'm trying to assign a tool tip to each option on a radio button, and have done it successfully on other forms.  In this form, the tool tip box is appearing far over to right and up towards the top of the form (the first option is so high, it's not visible on-screen).  Here is my JavaScript - 

$(document).ready(
function() { 
 var label=$('.checkboxcss .cf-field label');
  label[1].title="ASD";
  label[2].title="BA";
  label[3].title="This includes both Blind/Visually Impaired Teacher services and Orientation & Mobility services.";  
});

Any ideas on what might be happening?

img1.PNG
img1.PNG (27.27 KB)
0 0

Replies

replied on September 15, 2020 Show version history

Hi Amanda,

   kindly try the below:

$( document ).tooltip({track: true});

https://jqueryui.com/resources/demos/tooltip/tracking.html

 

regards,

0 0
replied on September 15, 2020 Show version history

I added it, but there isn't any difference.  Is there anything else I need to do?

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.