Skip to content

Instantly share code, notes, and snippets.

@jonyt
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonyt/90ca127816010fed7d30 to your computer and use it in GitHub Desktop.
Save jonyt/90ca127816010fed7d30 to your computer and use it in GitHub Desktop.
Boxit widget example usage - dropdown and map
<html>
<head>
<title>דוגמא</title>
</head>
<body>
<form>
<script type="text/javascript" src="http://www.boxit.co.il/exmp/js/dropdown.js"></script>
<script type="text/javascript">Boxit.create();</script>
<a href="#" onclick="openMap(); return false;">מפה</a>
<input type="submit" value="הזמן">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment