1
0
Fork 0
forked from 0x2620/oxjs

more compact label switch for map

This commit is contained in:
rolux 2011-05-21 09:08:52 +02:00
commit ce3bdb46d6
3 changed files with 9 additions and 10 deletions

View file

@ -3,11 +3,7 @@
<head>
<title>ox.js map demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="../../build/css/ox.ui.css"/>
<script type="text/javascript" src="../../build/js/jquery-1.5.js"></script>
<script type="text/javascript" src="../../build/js/ox.js"></script>
<script type="text/javascript" src="../../build/js/ox.ui.js"></script>
<script type="text/javascript" src="../../build/js/ox.map.js"></script>
<script type="text/javascript" src="../../build/Ox.js"></script>
<script type="text/javascript" src="js/map.js"></script>
</head>
<body></body>

View file

@ -1,4 +1,4 @@
$(function() {
Ox.load('UI', {debug: true}, function() {
$.getJSON('json/countries.json', function(data) {