Skip to content

Instantly share code, notes, and snippets.

@sapslaj
Created May 2, 2015 21:31
Show Gist options
  • Select an option

  • Save sapslaj/9023cd5075d56c335b24 to your computer and use it in GitHub Desktop.

Select an option

Save sapslaj/9023cd5075d56c335b24 to your computer and use it in GitHub Desktop.
Tabs, data attributes, and stuff
<ul class="tabs" data-view-template="#some-handlebars-template">
<li data-remote="/some_rest_api/1">First Tab</li>
<li data-remote="/some_rest_api/2">Second Tab</li>
</ul>
<div class="container" id="tab-container">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment