Jump to content

html title tag instant display


freelance84

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.