Skip to content

Instantly share code, notes, and snippets.

@criscokid
Created April 6, 2012 00:16
Show Gist options
  • Save criscokid/2315353 to your computer and use it in GitHub Desktop.
Save criscokid/2315353 to your computer and use it in GitHub Desktop.
Twitter Bootstrap 2 Popover with icanhaz.js
$('myPopoverTarget').popover({
content: function() {
var html = ich.some_content({ foo: 'bar' }, true);
return html;
}
});
@criscokid
Copy link
Author

Make sure you pass the "true" parameter to icanhaz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment