Here is simple solution for animated, smooth scoll to top link. To the top of page link that will go easy, in animated way to the top or to whatever part of webpage you want.
In head add this jQuery code:
Here is simple solution for animated, smooth scoll to top link. To the top of page link that will go easy, in animated way to the top or to whatever part of webpage you want.
In head add this jQuery code:
Here is my small script for Jquery tooltip that will popup on div hover. It’s very easy for implement and it can be used for one div but also for as many as you want, same as for tables made in divs.
You can check demo here.
HTML
[codesyntax lang=”html4strict” title=”HTML”]
<div class="tooltip-target">target 1 <div class="example-content">Example of tooltip content for box 1.</div> </div><!-- .tooltip-target -->
[/codesyntax]
jQuery