Must have Development Tools Scripts for Greg Allen
The library has only three methods: get, set and remove.These methods can be used to fetch the content of a cookie (get), create or set new data in a cookie (set), and delete the cookie if not needed anymore (remove).As you can see the options are...
HubInfo was developed to allow JS developers to use Github information on remotely hosted services and websites.It works by querying the GitHub API and then embedding the server responses on the page using a simple templating function.The plugin supports...
In layman's terms, jQuery Builder allows programmers to build their own version of jQuery, without having to mess with the code itself.Developers will be able to slim down jQuery's file size by eliminating the modules they don't use or have found a better...
The Resistance library controls the flow of a Web page, adding parallel execution capabilities.Because writing and executing code in parallel requires a high-degree of JavaScript knowledge, most developers avoid it and use the default serial JS execution...