Duplicate the jQuery Homepage Tooltips Using MooTools
2/18/2009
The jQuery homepage has a pretty suave tooltip-like effect as seen below:
Here’s how to accomplish this same effect using MooTools
View Demo
The XHTML
<div id="jq-intro" class="jq-clearfix">
<h2>jQuery is a new kind of JavaScript Library.</h2>
<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
<strong>jQuery is [...]Get your designs converted into high quality XHTML / CSS at a lightening speedMarkup Service
Similar articles
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Duplicate the jQuery Homepage Tooltips Using MooTools
The jQuery homepage has a pretty suave tooltip-like effect as seen below:
Here’s how to accomplish this same effect using MooTools.
View Demo
The XHTML
<div id="jq-...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Duplicate the jQuery Homepage Tooltips Using Dojo
The jQuery homepage has a pretty suave tooltip-like effect as seen below:Here’s how to accomplish this same effect using Dojo.View DemoThe XHTML<div id="jq-intro" class="jq-clearfix"> ...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Duplicate the jQuery Homepage Tooltips
The jQuery homepage has a pretty suave tooltip-like effect as seen below: The amount of jQuery required to duplicate this effect is next to nothing; in fact, there’s more CSS than there is jQue...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
WordPress-Style Comment Controls Using MooTools or jQuery
WordPress has a nice little effect on the Admin Dashboard where it shows and hides the comment control links when you mouseover and mouseout of the record’s container. Here’s how to achie...
David Walsh :: PHP, CSS, MooTools, jQuery, and Eve
Remove Broken Images Using MooTools or jQuery
A while back I wrote a post called Send Email Notifications for Broken Images Using MooTools Ajax. Looking back on that post, I failed to address the image itself. After some thought I’ve deci...