Skip to content

Instantly share code, notes, and snippets.

View kazuhirosaji's full-sized avatar

kazuhirosaji kazuhirosaji

View GitHub Profile
@kazuhirosaji
kazuhirosaji / coderwall_badge_markup.html
Last active November 23, 2019 14:50 — forked from bguthrie/coderwall_badge_markup.html
Display badge's description when you hover badge image.
<html>
<!-- Add these tags to the HEAD section of your page. -->
<head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'> </script>
<link href="http://coderwall.com/stylesheets/jquery.coderwall.css" media="all" rel="stylesheet" type="text/css">
<script src="http://coderwall.com/javascripts/jquery.coderwall.js"></script>
<style type="text/css">
/* Add style about badge's badge_description */
#badge_description {
display:none;