Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created January 22, 2012 20:58
Show Gist options
  • Save vilmibm/1658760 to your computer and use it in GitHub Desktop.
Save vilmibm/1658760 to your computer and use it in GitHub Desktop.
marimo bootstrap
<!-- require jQuery, mustache, etc. -->
<script src="/marimo.js"></script>
<script>
// feed it a library object
marimo.init($);
marimo.add_widget({
'id':'unique_str',
'murl':'http://some.api.com/public',
'widget_prototype':'request_widget'
});
marimo.emit('some_event');
marimo.$('some_selector');
// etc...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment