Archive for the ‘jQuery’ Category

How to build a “visible on hover” action menu with jQuery ?

Here is a quick way to use jQuery library to create a “visible on hover” action menu.
I’ll explain step by step how to do that.
1.) Create an html page with actions in a container

<html>
<head>
<title>Sam Beauvois | jQuery usage demo 1</title>
</head>
<body>
<h2>Visible on hover with jQuery demo.<h2>
<h3>Please put you mouse hover [...]

More »