Jump to content

Recommended Posts

Does anyone know of any javascript which could  OnMouseOver show the html title of a tag instantly?

 

I know the workaround is to use jquery or something like this to display a div at the cursor position on the screen. However to get js to display the html title from the tag instantly seems a lot cleaner and more efficient...

Link to comment
https://forums.phpfreaks.com/topic/234859-html-title-tag-instant-display/
Share on other sites

<input type="button" class="button yellow medium" title="This will do some cool stuff when clicked"/>

 

The title of the above tag. When the user hovers over the button after a second or so a little title box appears saying, "This will do some cool stuff when clicked".

 

The problem is the delay. I would like it to show the title instantaneously.

 

One way of achieving something similar is to have a div containing the message hidden and onmouseover show the said div, but that is a lot of code for something so small...

One way of achieving something similar is to have a div containing the message hidden and onmouseover show the said div, but that is a lot of code for something so small...

 

It is the only way I know of to achieve the effect. Your data needs something to be displayed in.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.