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

View related business solutions
  • 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
  • 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
  • 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
    xml2js

    xml2js

    XML to JavaScript object converter

    xml2js is a Node.js module that converts XML into JavaScript objects (and vice versa). It simplifies XML parsing by using pure JavaScript and supports both synchronous and asynchronous parsing. It’s a lightweight alternative to heavy DOM parsers. You can create one xml2js.Parser per file. That's the recommended one and is promised to always just work. You can call reset() on your parser object. You can hope everything goes well anyway. This behaviour is not guaranteed to work always, if ever.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    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
  • 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
  • 5
    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
  • 6
    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
  • 7
    Literally Canvas

    Literally Canvas

    A canvas in your browser

    ...You can use it to embed drawing boards in web pages. It’s kind of like an extensible MS Paint in JavaScript. Users can sketch drawings and you can do what you like with the results. comes with an easy-to-use jQuery plugin. It’s developed by the community for many purposes and is free to use and extend. Literally Canvas is intended to live inside your application in the way that works best for you. There is a public API for adding new shapes and tools. Literally Canvas is optimized to work with complex drawings, and it smooths lines naturally to avoid the unsightly line angles often seen in simplistic drawing programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PivotTable.js

    PivotTable.js

    Open-source Javascript Pivot Table

    PivotTable.js is a powerful JS library (originally CoffeeScript) that brings Excel-style pivot tables to the browser. Built atop jQuery and jQueryUI, it allows users to drag and drop fields into rows, columns, and aggregators to slice and summarize datasets. It also integrates with Python and R via modules like pivottablejs, making it versatile for data analysis across platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Chosen

    Chosen

    jQuery plugin that makes select boxes more user-friendly

    ...You can change these elements in the plugin js file as you see fit.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    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
  • 14
    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
  • 15
    Apparatus

    Apparatus

    A hybrid graphics editor and programming environment

    Apparatus is a browser-based visual editor and programming environment that streamlines building interactive diagrams. Users draw shapes, flows, constraints, and attach behavior code-side. It combines visual design with real code, supporting live demos, exports, and embedding. Created by CDG Labs, it helps build educational and exploratory tools quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    Vibrant.js

    Vibrant.js

    Extract prominent colors from an image. JS port of Android's Palette

    Vibrant.js is a JavaScript library for extracting prominent colors from images to generate aesthetically pleasing color palettes. It is inspired by the Android Palette API and allows developers to style interfaces dynamically based on image content. Common use cases include adapting UI elements to match album art, user avatars, or featured content images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Hallo

    Hallo

    Simple rich text editor (contentEditable) for jQuery UI

    Hallo is a straightforward, in-place WYSIWYG rich-text editor plugin for web pages using jQuery UI and the HTML5 contentEditable attribute. We use the Travis continuous integration service for testing Hallo. When Hallo is loaded it will also load all the enabled plugins for the element, and pass them some additional options. Unique identifier of the Hallo instance, can be used for element IDs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    xmlbuilder-js

    xmlbuilder-js

    An XML builder for node.js

    XMLBuilder‑JS provides a fluent API for building XML in Node.js. You can create elemental structures via method chaining or object literals, include comments, attributes, and streams. It’s the baseline implementation, with xmlbuilder2 available now for modern DOM compliance, namespace handling, and format conversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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
  • 24
    Graphene Dashboard

    Graphene Dashboard

    Graphene is a realtime dashboard & graphing toolkit based on D3

    Graphene is a real-time dashboard and graphing toolkit built with D3.js and Backbone.js. It was originally designed to sit on top of the Graphite data model and API, enabling teams to quickly build live dashboards that show thousands of datapoints updating over time. The project provides a highly customizable and hackable client-side engine: you define “widgets” such as time series graphs, gauges or labels, hook them to data providers, and the toolkit handles ingestion, rendering and live updates. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next