Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 533 Bytes

File metadata and controls

25 lines (19 loc) · 533 Bytes

Rocket.js

Getting started

deno task start

Legacy Rocket

Initially this script was written with jQuery in mind. In case you need it back you can un/comment the following lines:

<!-- Rocket.js -->
<!-- <script type="module" src="./main.js"></script> -->

<!-- Legacy Rocket -->
<script
    src="https://code.jquery.com/jquery-2.2.4.min.js"
    integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
    crossorigin="anonymous"
></script>
<script src="./rocket-legacy.js"></script>

Enjoy ✨