<!DOCTYPE html>
<html>
<head>
  <title>AXEL example</title>
  <script src="https://raw.github.com/amol-/axel/master/src/axel.js"></script>
</head>
<body>
  <script>
    axel.register('jquery', 'http://code.jquery.com/jquery-1.9.1.min.js').load('jquery', function() {
      alert('jQuery loaded!');
    });
  </script>
</body>
</html>