Skip to content

Instantly share code, notes, and snippets.

@egaba
Created October 18, 2013 22:50
Show Gist options
  • Save egaba/7049395 to your computer and use it in GitHub Desktop.
Save egaba/7049395 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="//divgzeiu68c7e.cloudfront.net/soysauce/latest/soysauce.min.js"></script>
<link rel="stylesheet" type="text/css" href="//divgzeiu68c7e.cloudfront.net/soysauce/latest/soysauce.css">
<meta charset=utf-8 />
<title>Soysauce</title>
</head>
<body>
<div data-ss-widget="toggler" data-ss-options="tabs slide">
<div data-ss-component="button">Door Number 1</div>
<div data-ss-component="content">
<div>Peek-a-boo!</div>
</div>
<div data-ss-component="button">Door Number 2</div>
<div data-ss-component="content">
<div>Isn't this fun?</div>
</div>
<div data-ss-component="button">Door Number 3</div>
<div data-ss-component="content">
<div>Stop poking me.</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment