Skip to content

Instantly share code, notes, and snippets.

@jakesorce
Created February 15, 2013 17:55
Show Gist options
  • Save jakesorce/4962089 to your computer and use it in GitHub Desktop.
Save jakesorce/4962089 to your computer and use it in GitHub Desktop.
#html
<div id="footer" class="footer center hidden-phone" rel="popover">
<img id="footer_img" src="images/canvas.png" style="" data-original-title="">
</div>
#coffeescript
$('#footer_img').popover
title: 'Portal Info',
trigger: 'hover',
placement: 'top',
html: true,
content: ->
$('#canvas_state_info').html()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment