SimplytheBest JavaScript Scripts

The simply the best collection of JavaScript scripts

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.

Vue.js By: Evan You
Free MIT

Vue is a progressive JavaScript framework for building user interfaces. The core library is focused on the view layer and is easy to pick up and integrate with other libraries or existing projects.

A light weight JavaScript popup cq modal interface.

25   1422
Mithril By: Leo Horie
Free MIT

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.

36   1308

A tiny JavaScript library that simplifies cookies.

23   1291
NativeScript By: Progress Software Corp.
Free Open Source Apache 2

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.

Sigma By: Alexis Jacomy
Free MIT

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.

41   958
React By: Facebook
Free Open Source

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.