Skip to content

Instantly share code, notes, and snippets.

View JediMindtrick's full-sized avatar

Brandon Wilhite JediMindtrick

View GitHub Profile
@JediMindtrick
JediMindtrick / gist:9506761
Created March 12, 2014 13:18
Working html for jQuery tooltip on table header + IE8
<!--Instead of this,-->
<tr>
<th title="my tooltip content">Hover for tooltip</th>
</tr>
<!-- you might try this-->
<tr>
<th>
<div title="mytooltip content">Hover for tooltip</div>
</th>
</tr>
@JediMindtrick
JediMindtrick / gist:5489816
Created April 30, 2013 16:20
LightTable js single-quote
html:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="./foo.js"></script>
</head>
<body>
</body>
</html>