Skip to content

Instantly share code, notes, and snippets.

@1Marc
Created April 19, 2015 20:00
Show Gist options
  • Save 1Marc/895a5819cf9cb992e690 to your computer and use it in GitHub Desktop.
Save 1Marc/895a5819cf9cb992e690 to your computer and use it in GitHub Desktop.
Observable HTML
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-2.1.3.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.25/rx.all.js"></script>
<script src="script.js"></script>
</head>
<body>
<button id="searchButton">Search</button>
<div id="searchForm" style="display:none">
<input id="textbox">
<textarea id="results">
</textarea>
<button id="closeButton">Close</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment