Testing a JS
This commit is contained in:
Родитель
0bffc4e455
Коммит
da59a5ad06
|
@ -0,0 +1,10 @@
|
|||
<script type="text/javascript">
|
||||
var markers = null;
|
||||
$(document).ready(function () {
|
||||
$.get("events.xml", {}, function (xml){
|
||||
$('event',xml).each(function(i){
|
||||
events = $(this);
|
||||
});
|
||||
});
|
||||
});
|
||||
</script>
|
Загрузка…
Ссылка в новой задаче