Ero sivun ”Widget:CitobsDBcounter” versioiden välillä
Järvi-meriwikistä
Rivi 1: | Rivi 1: | ||
<includeonly> | <includeonly> | ||
− | < | + | <script src="//www.jarviwiki.fi/citobsjs/citobso311.js"></script> |
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
function <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() { | function <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() { | ||
if ( typeof window.jQuery == 'undefined' || typeof queryApi == 'undefined' ) { | if ( typeof window.jQuery == 'undefined' || typeof queryApi == 'undefined' ) { | ||
setTimeout( function(){ <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() }, 300); | setTimeout( function(){ <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() }, 300); | ||
} else { | } else { | ||
− | <!--{$id|default:vesificounter|escape:'html'}--> | + | <!--{$id|default:vesificounter|escape:'html'}-->_jQueryOK(); |
} | } | ||
}; setTimeout( function(){ <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() }, 300); | }; setTimeout( function(){ <!--{$id|default:vesificounter|escape:'html'}-->_jQueryTest() }, 300); | ||
− | function <!--{$id|default:vesificounter|escape:'html'}--> | + | function <!--{$id|default:vesificounter|escape:'html'}-->_jQueryOK() { |
− | + | jQuery.load( '//www.jarviwiki.fi/citobsjs/citobso311.js', function() { | |
− | + | <!--{$id|default:vesificounter|escape:'html'}-->_allOk() | |
+ | }); | ||
} | } | ||
− | function <!--{$id|default:vesificounter|escape:'html'}--> | + | function <!--{$id|default:vesificounter|escape:'html'}-->_allOk() { |
+ | |||
+ | var citobs = new CitobsOpen311(); | ||
+ | |||
+ | var days = 6; | ||
+ | var startDate = new Date(); | ||
+ | startDate.setDate( startDate.getDate()-days ); | ||
+ | |||
+ | citobs.loadRequests( { 'service_code': 'algaebloom_service_code_201808151546171', 'hashtags': '_VesiFiObservation', 'start_date': startDate.toISOString() }, function() { | ||
+ | |||
+ | console.log( citobs ); | ||
+ | } ); | ||
− | |||
} | } | ||
</script> | </script> | ||
</includeonly> | </includeonly> |