![]() |
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.