Created
May 13, 2013 10:34
-
-
Save Andrew8xx8/5567447 to your computer and use it in GitHub Desktop.
waytag widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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