Showing 19 open source projects for "jquery-1.10.2.js"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    mo · js

    mo · js

    The motion graphics toolbelt for the web

    ...Using mo · js on your site will enhance the user experience, enrich your content visually, and create delightful animations precisely.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    CoffeeScript

    CoffeeScript

    Unfancy JavaScript

    ...It adds syntactic sugar inspired by Ruby, Python, and Haskell to improve brevity and readability, while producing predictable and efficient JavaScript output. Its design emphasizes that “It’s just JavaScript,” meaning any JS library works seamlessly, and compiled output is clean and performant. Adds syntactic sugar like list comprehensions and destructuring assignment. Supports literate programming via .litcoffee or Markdown-embedded files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PSD.js

    PSD.js

    A Photoshop PSD file parser for NodeJS and browsers

    psd.js is an open-source JavaScript library (CoffeeScript/JS) for reading and parsing Adobe Photoshop PSD files in both Node.js and web browsers. It reconstructs the document into a DOM-like tree with layers, masks, text metadata, vector information, and pixel data. It enables developers to traverse layer structures, extract flattened or individual image buffers, and integrate PSD assets programmatically in web or backend applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Card

    Card

    Make your credit card form better in one line of code

    Card will take any credit card form and make it the best part of the checkout process (without you changing anything). Everything is created with pure CSS, HTML, and Javascript, no images required. To use, you'll need to include the Card JavaScript files into your HTML, no CSS link is necessary as the JavaScript file does this for you. You can find the necessary file at /dist/card.js and include it in your HTML like so. Once you've included those files, you can initialize Card. Card can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Lineman

    Lineman

    Lineman helps you build fat-client JavaScript apps

    Lineman is a Node.js/Grunt-based toolchain for developing fat-client web apps. It provides asset compilation (JS, CSS, templates), live server, file-watching with auto-tests, mock backends, and build optimizations. It simplifies SPA development without tightly coupling frameworks, and includes plugins for blogging, Angular/Ember, etc. Though less maintained nowadays, it was pioneer in front-end tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Atom Beautify

    Atom Beautify

    Universal code formatting plugin

    atom‑beautify is a universal code formatting plugin for the Atom text editor, offering support for numerous languages and formatter engines to clean or prettify source code. Many users are experiencing issues when installing third-party beautifiers (e.g., Uncrustify, PHP-CS-Fixer, and many more). A possible solution is a "cloud" service that provides remote access to these beautifiers. Atom-Beautify would then communicate with these services, allowing for zero-installation beautification....
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    QuoJS

    QuoJS

    Micro #JavaScript Library for Mobile Devices

    QuoJS is a lightweight JavaScript library aimed at building mobile-first web interfaces with a focus on touch interactions and simple DOM utilities. It provides a compact, jQuery-like API for element selection, traversal, and manipulation, but trims the surface area to keep payloads small for mobile browsers. A core feature set centers on high-level touch gestures—such as tap, double-tap, swipe, pinch, and long-tap—abstracting away platform quirks so developers can attach handlers consistently across devices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Turbolinks Classic

    Turbolinks Classic

    Classic version of Turbolinks

    Turbolinks Classic is a now-deprecated JavaScript library (largely used in Rails projects) for speeding up navigation by intercepting link clicks and replacing only the <body> and page title instead of reloading the entire page. It avoids recompiling JS and CSS on each navigation, improving perceived performance. Turbolinks makes following links in your web application faster. Instead of letting the browser recompile the JavaScript and CSS between each page change, it keeps the current page instance alive and replaces only the body (or parts of) and the title in the head. Think CGI vs persistent process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jQuery.payment

    jQuery.payment

    Library for building credit card forms and validating inputs

    Created by Stripe and archived on GitHub, jquery.payment is a small jQuery plugin that formats credit card inputs—numeric grouping, expiry dates, CVC—as you type and validates card numbers, expiry, and CVC with client-side checks. While deprecated in favor of Stripe Elements, it remains useful for legacy implementations.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    At.js

    At.js

    Add Github like mentions autocomplete to your application

    At.js is a lightweight jQuery plugin that enables @mention-style autocomplete functionality within text inputs or contenteditable areas. It allows developers to bind actions to character triggers (like @ or #) and display suggestion dropdowns with customizable behavior. The plugin is especially useful for building social platforms, chat apps, or collaborative editors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sticky-Kit

    Sticky-Kit

    A jQuery plugin for creating smart sticky elements

    Sticky‑Kit is a jQuery plugin that enables elements on a web page to smartly “stick” within their parent container during scrolling, ensuring visibility and preventing overlap with other page elements like footers. See the homepage for directions and examples. Include sticky-kit.js after you've included jQuery on the page. Ensures sticky items never overflow or obscure container boundaries (“bottom out”).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WebGL Heatmap

    WebGL Heatmap

    A high performance WebGL/JS heatmap display library

    webgl-heatmap is a browser-side rendering library that uses the GPU via WebGL to draw smooth, continuous heatmaps from large numbers of data points. Instead of relying on CPU-bound canvas operations, it leverages fragment shaders and additive blending to accumulate intensity and colorize results in real time. The API lets you push points or weighted samples into a buffer and then renders a gradient map where hot areas emerge organically from density rather than discrete markers. Because most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GSS Engine

    GSS Engine

    GSS engine

    GSS is a JavaScript layout engine based on Grid Style Sheets (constraint CSS) using Cassowary constraint solver. It enables declarative relational layouts—expressing 'item A aligned to the right of item B'—and compiles these constraints into standard styles at runtime or build-time. Though experimental and labeled unstable, it showcases advanced layout paradigms beyond traditional CSS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Morris.js

    Morris.js

    Pretty time-series line graphs

    Morris.js is a JavaScript charting library designed to render “pretty time‑series” graphs. It offers a very simple API for building line, bar, area, and donut charts, making it easy to add visually appealing charts to web pages. It is built on top of jQuery and Raphael.js. You'll need Node.js. I recommend using nvm for installing Node in development environments. Additionally, Bower is required for retrieving additional test dependencies. With node installed, install grunt using npm install -g grunt-cli, and then the rest of the test/build dependencies with npm install in the morris.js project folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jQuery.Turbolinks

    jQuery.Turbolinks

    Plugin for drop-in fix binded events problem caused by Turbolinks

    jQuery.Turbolinks bridges the gap between jQuery plugins and Turbolinks 1–4. It ensures jQuery event handlers rebind properly on page change, solving issues with uninitialized bindings after Turbolinks page swaps. Though deprecated (incompatible with Turbolinks 5+), its simplicity makes it valuable for older Rails apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Chaplin

    Chaplin

    HTML5 application architecture using Backbone.js

    Chaplin is a lightweight, structured JavaScript application architecture built on Backbone.js for developing scalable, maintainable single‑page applications. It provides MVC organization, clean routing, memory management, controllers for screen logic, and modular design to address shortcomings in raw Backbone. Chaplin was derived from a real application (moviepilot.com) and is written in CoffeeScript with builds in JavaScript.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    CoffeeScriptRedux

    CoffeeScriptRedux

    Rewrite of the CoffeeScript compiler with proper compiler design

    CoffeeScriptRedux is a rewritten version of the CoffeeScript compiler with emphasis on compiler design principles, robustness, and extensibility—designed to be "complete enough to use for nearly every project." Before transitioning from Jeremy's compiler, see the intentional deviations from jashkenas/coffee-script wiki page. Complete enough to use for nearly every project. Proper compiler design principles and a focus on robustness and extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kartograph.js

    Kartograph.js

    Open source JavaScript renderer for Kartograph SVG maps

    kartograph.js is an unmaintained open-source JavaScript library that renders interactive SVG maps in browsers, using jQuery and RaphaelJS. Originating from Kartograph.py, it supports map loading, stylable layers, choropleth maps, symbol overlays (e.g., bubbles), and allows chunked rendering for complex maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    jQuery Shapeshift

    jQuery Shapeshift

    A dynamic grid system with drag and drop functionality

    ...When a page reloads, as long as the child elements are placed in the correct order, then the grid will look exactly the same. Shapeshift uses jQuery UI Draggable/Droppable for help with the drag and drop system. Luckily, there is already a plugin called jQuery Touch Punch, which provides touch support for jQuery UI D/D. It can be found in the vendor folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next