awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesjQuery-Compatible Libraries

JavaScript libraries that implement the jQuery API to provide a familiar interface for DOM manipulation and event handling.

Distinct from jQuery Plugins: Candidates focus on plugins or AST selectors; this represents the identity of a library that clones the jQuery API.

Explore 5 awesome GitHub repositories matching web development · jQuery-Compatible Libraries. Refine with filters or upvote what's useful.

Awesome jQuery-Compatible Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • madrobby/zeptomadrobby का अवतार

    madrobby/zepto

    15,104GitHub पर देखें↗

    Zepto is a minimalist JavaScript toolkit providing an API for DOM manipulation, event handling, and asynchronous HTTP requests. It functions as a jQuery-compatible library, allowing developers to select, modify, and animate HTML elements using a concise and chainable syntax. The library includes an asynchronous HTTP client for exchanging data with remote servers without triggering page reloads and a browser-based event handler that supports standard mouse events and mobile touch gestures. Its capability surface covers CSS selector-based querying, element transition animations, and the serial

    Provides a minimalist, jQuery-compatible API for developers familiar with the jQuery ecosystem.

    HTML
    GitHub पर देखें↗15,104
  • tuupola/lazyloadtuupola का अवतार

    tuupola/lazyload

    8,727GitHub पर देखें↗

    Lazyload is a JavaScript plugin that defers the loading of images until they scroll into the viewport, using the browser's Intersection Observer API to detect visibility. It is designed to speed up initial page load and save bandwidth by delaying off-screen images, and includes a jQuery-compatible wrapper for drop-in integration with existing jQuery code. The plugin distinguishes itself through support for responsive images, loading different sources based on screen size, and a blur-up placeholder effect that shows a low-resolution image that transitions into the sharp version once fully load

    Provides a jQuery-compatible wrapper for lazy loading images with familiar syntax.

    JavaScript
    GitHub पर देखें↗8,727
  • drgullin/icheckdrgullin का अवतार

    drgullin/icheck

    7,300GitHub पर देखें↗

    iCheck is a custom form input library that replaces native checkboxes and radio buttons with customizable visual wrappers. It ensures a uniform visual experience across different browsers by masking native form elements and rendering custom HTML structures. The project provides a common interface that functions across both jQuery and Zepto. It includes a dynamic styler that detects and applies custom styles to form elements added to a page after the initial load. The library incorporates an accessibility layer that injects ARIA attributes and keyboard event listeners to ensure custom inputs

    Provides a common interface allowing the library to function identically across both jQuery and Zepto.

    CSS
    GitHub पर देखें↗7,300
  • kenwheeler/cashkenwheeler का अवतार

    kenwheeler/cash

    7,039GitHub पर देखें↗

    Cash आधुनिक ब्राउज़रों में HTML तत्वों को चुनने और संशोधित करने के लिए एक हल्का JavaScript लाइब्रेरी है। यह एक चेनेबल एलिमेंट रैपर और DOM मैनिपुलेशन यूटिलिटी के रूप में कार्य करता है, जो ब्राउज़र DOM ऑपरेशंस को प्रबंधित करने के लिए एक न्यूनतम विकल्प प्रदान करता है। लाइब्रेरी DOM नोड्स के लिए एक संग्रह-आधारित रैपर का उपयोग करती है, जिससे एक ही अनुक्रम में कई संशोधन और स्टाइल अपडेट किए जा सकते हैं। इसे छोटे पदचिह्न (footprint) को बनाए रखते हुए इवेंट हैंडलिंग और एलिमेंट प्रबंधन के लिए एक समान API प्रदान करने के लिए डिज़ाइन किया गया है। यह प्रोजेक्ट DOM मैनिपुलेशन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें एलिमेंट चयन, ट्री ट्रैवर्सल और संरचनात्मक परिवर्तन शामिल हैं। इसमें CSS क्लासेस, एट्रिब्यूट्स और स्टाइल्स को प्रबंधित करने के लिए यूटिलिटीज, साथ ही इवेंट हैंडलिंग, डेटा प्रबंधन और आयाम गणना के लिए सिस्टम शामिल हैं। कोर कार्यक्षमता को कस्टम मेथड्स और साझा यूटिलिटीज जोड़ने के लिए एक प्रोटोटाइप-आधारित तंत्र के माध्यम से विस्तारित किया जा सकता है।

    Implements a familiar, jQuery-compatible API for DOM manipulation and event handling with a minimal footprint.

    JavaScript
    GitHub पर देखें↗7,039
  • ducksboard/gridster.jsducksboard का अवतार

    ducksboard/gridster.js

    5,981GitHub पर देखें↗

    Gridster.js is a jQuery plugin that turns page elements into a draggable, resizable grid layout. It provides a framework for building interactive dashboards and interfaces where widgets snap to a multi-column grid and can be repositioned by dragging, with automatic layout reflow when items are added, removed, or resized. The plugin handles mouse and touch events through a drag-and-drop manager, calculates widget overlap with a collision detection engine, and positions items using CSS transforms for smoother animations. It maintains an internal registry of all grid items with their coordinates

    Turns page elements into draggable, resizable widgets within a dynamic grid system.

    JavaScript
    GitHub पर देखें↗5,981
  1. Home
  2. Web Development
  3. jQuery-Compatible Libraries

सब-टैग एक्सप्लोर करें

  • jQuery Grid Widget LibrariesA library that turns page elements into draggable, resizable widgets within a dynamic grid system. **Distinct from jQuery-Compatible Libraries:** Distinct from jQuery-Compatible Libraries: specifically provides grid widget functionality, not just jQuery API compatibility.