A javascript realtime internet connection tracker and notifier.
Works With Any Modern Broser
WireMonkey.init();WireMonkey.on("connected",function(){
//Your functions;
}
});
WireMonkey.on("disconnected",function(){
//Your functions;
}
});
WireMonkey.init(); //initialize the scriptCopyright (c) 2016 Ryvan Prabhu
Licensed under the MIT license.