Skip to content

A piece of JS that automatically adds a tooltip onto every <a> element displaying the contents of the href attribute of the <a> tag

License

Notifications You must be signed in to change notification settings

kiedtl/Automatic-Eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Automatic-Eureka

A piece of JS that automatically adds a balloon onto every <a> element displaying the contents of the href attribute of the <a> tag. Automatic-Eureka uses hint.css for the tooltips. Because of that, users must add a hint.css reference to their HTML document.

Usage

You can call the automaticEurekaInit function on documents load like this:

<!-- snip -->
<body onload="automaticEurekaInit();" >
  <!-- blah blah blah -->
</body>

See this page for an example of Automatic Eureka in action.

About

A piece of JS that automatically adds a tooltip onto every <a> element displaying the contents of the href attribute of the <a> tag

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published