Skip to content

Instantly share code, notes, and snippets.

@Andrew8xx8
Created May 13, 2013 10:34
Show Gist options
  • Select an option

  • Save Andrew8xx8/5567447 to your computer and use it in GitHub Desktop.

Select an option

Save Andrew8xx8/5567447 to your computer and use it in GitHub Desktop.
waytag widget
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Widget example</title>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://waytag.ru/assets/widget.js?body=1"></script>
<script>
$(document).ready(function () {
$('#waytag').waytag({.
//city: 'ekb',
limit: 10
});
});
</script>
</head>
<body>
<div id="waytag">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment