awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jquery avatar

jquery/jquery

0
View on GitHub↗
59,825 Stars·20,409 Forks·JavaScript·MIT·15 Aufrufejquery.com↗

Jquery

jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies.

The library distinguishes itself through a dedicated CSS selector engine that parses strings into executable functions for element location. It incorporates a state machine for managing asynchronous operations and a feature-detection strategy that probes the environment to execute code paths tailored to specific browser capabilities. These mechanisms are supported by a fluent interface that allows multiple operations to be chained within a single statement.

Beyond its core selection and manipulation capabilities, the project includes tools for event management, asynchronous data fetching, and animation orchestration. It also features a plugin architecture that allows for the extension of the core prototype to support custom functionality. The library is distributed with comprehensive documentation covering its primary methods for handling network requests, user interactions, and visual transitions.

Features

  • Cross-Browser Abstractions - Normalizes inconsistent browser APIs into a consistent, cross-platform interface.
  • DOM Manipulation Libraries - Simplifies the selection, traversal, and modification of elements within the document object model.
  • Event Managers - Coordinates the attachment and triggering of event listeners through a consistent, unified API.
  • Selector Engines - Parses CSS selector strings into executable functions to locate elements within the document.
  • Deferred Objects - Implements state-based objects to manage the lifecycle and completion of asynchronous tasks.
  • Ajax Clients - Handles asynchronous server communication through a simplified, standardized request interface.
  • Cross-Browser Event Managers - Standardizes event listener behavior to ensure reliable interaction handling across different web browsers.
  • Declarative Event Managers - Enables declarative binding and management of user interactions using a concise syntax.
  • Asynchronous - Executes background data requests without requiring full page reloads.
  • Utility and Math - Feature-rich JavaScript library.
  • JavaScript 框架汇总 - Listed in the “JavaScript 框架汇总” section of the Awesome Frontend awesome list.
  • Animation Engines - Powers visual transitions and motion effects through a dedicated set of animation methods.
  • Feature Detection Strategies - Probes the browser environment to detect API support before executing specific code paths.

Star-Verlauf

Star-Verlauf für jquery/jqueryStar-Verlauf für jquery/jquery

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Jquery

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jquery.
  • allthingssmitty/jquery-tips-everyone-should-knowAvatar von AllThingsSmitty

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315Auf GitHub ansehen↗

    This project serves as a comprehensive development guide for the jQuery library, focusing on best practices and techniques for efficient web frontend development. It provides a structured collection of patterns for manipulating the document object model, managing dynamic content, and streamlining asynchronous data requests. The guide emphasizes performance and maintainability by detailing strategies for optimizing element selection, implementing event delegation, and managing element state. It covers methods for resolving library conflicts, standardizing layout dimensions, and controlling bro

    awesomeawesome-listjquery
    Auf GitHub ansehen↗4,315
  • i18next/i18nextAvatar von i18next

    i18next/i18next

    8,583Auf GitHub ansehen↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    Auf GitHub ansehen↗8,583
  • wanglin2/mind-mapAvatar von wanglin2

    wanglin2/mind-map

    12,363Auf GitHub ansehen↗

    This project is a comprehensive diagramming ecosystem that functions as both a standalone cross-platform desktop application and a modular JavaScript library for web-based mind mapping. It provides a visual workspace for structuring hierarchical information, allowing users to create, organize, and manipulate complex node trees through an interactive canvas interface. The platform distinguishes itself through deep integration with artificial intelligence, enabling users to automatically generate, expand, and refine diagram content directly within their workspace. It supports real-time collabor

    JavaScriptgraphjsmindmind-map
    Auf GitHub ansehen↗12,363
  • iamkun/dayjsAvatar von iamkun

    iamkun/dayjs

    48,662Auf GitHub ansehen↗

    Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit

    JavaScriptdatedate-formattingdatetime
    Auf GitHub ansehen↗48,662
Alle 30 Alternativen zu Jquery anzeigen→

Häufig gestellte Fragen

Was macht jquery/jquery?

jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies.

Was sind die Hauptfunktionen von jquery/jquery?

Die Hauptfunktionen von jquery/jquery sind: Cross-Browser Abstractions, DOM Manipulation Libraries, Event Managers, Selector Engines, Deferred Objects, Ajax Clients, Cross-Browser Event Managers, Declarative Event Managers.

Welche Open-Source-Alternativen gibt es zu jquery/jquery?

Open-Source-Alternativen zu jquery/jquery sind unter anderem: allthingssmitty/jquery-tips-everyone-should-know — This project serves as a comprehensive development guide for the jQuery library, focusing on best practices and… i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… wanglin2/mind-map — This project is a comprehensive diagramming ecosystem that functions as both a standalone cross-platform desktop… iamkun/dayjs — Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent,… d3/d3 — D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a… david-desmaisons/vue.draggable — Vue.Draggable is a user interface component for Vue that enables drag-and-drop list reordering. It functions as a…