Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   Off-Topic Chat (https://www.graalians.com/forums/forumdisplay.php?f=14)
-   -   Shawn(or someone else) I need your help. (https://www.graalians.com/forums/showthread.php?t=8303)

iHawk 07-09-2012 03:17 AM

Solved.
var xhr = new XMLHttpRequest();
xhr.open( 'GET', 'http://bukkit.org/.json', true );

xhr.onload = function () {
var unread = window.JSON.parse( xhr.responseText )._visitor_alertsUnread;
};

xhr.onerror = function () {
//process error
};

xhr.send();


All times are GMT. The time now is 02:06 AM.

Powered by vBulletin/Copyright ©2000 - 2025, vBulletin Solutions Inc.