if (navigator.onLine){
  alert('You r connected!');
} else {
  alert('No connection :(');
}