The simply the best collection of JavaScript scripts
Unpack obfuscated Javascript code with this online tool.
Mithril is a modern client-side Javascript framework for building single page applications. It is small ( 8kb gzip), fast and provides routing and XHR utilities out of the box.
An alternate syntax for JavaScript intended to be more concise and readable. The code compiles 1-to-1 into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript and vice-versa.
Open source framework for building truly native mobile apps. Handy NativeScript CLI and other tools and plugins. 100% Native API access. Write and deploy native mobile apps for iOS and Android from a single codebase. Use Angular or Vue to share existing web-based code.
A JavaScript library dedicated to graph drawing, and provides a lot of built-in features, such as Canvas and WebGL renderers or mouse and touch support, to make networks manipulation on Web pages smooth and fast for the user.
React is a JavaScript library for building user interfaces. It makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
This jQuery plugin can be used to generate forms with inputs that can be repeated if the user wants to add multiple values for the same input, as well remove any values that are not meant to be submitted.