awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jquery avatar

jquery/jquery

0
View on GitHub↗
59,825 stele·20,409 fork-uri·JavaScript·MIT·15 vizualizărijquery.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.

Istoric stele

Graficul istoricului de stele pentru jquery/jqueryGraficul istoricului de stele pentru jquery/jquery

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Jquery

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Jquery.
  • allthingssmitty/jquery-tips-everyone-should-knowAvatar AllThingsSmitty

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,315
  • i18next/i18nextAvatar i18next

    i18next/i18next

    8,583Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,583
  • wanglin2/mind-mapAvatar wanglin2

    wanglin2/mind-map

    12,363Vezi pe GitHub↗

    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
    Vezi pe GitHub↗12,363
  • iamkun/dayjsAvatar iamkun

    iamkun/dayjs

    48,662Vezi pe GitHub↗

    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
    Vezi pe GitHub↗48,662
Vezi toate cele 30 alternative pentru Jquery→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale jquery/jquery?

Principalele funcționalități ale jquery/jquery sunt: Cross-Browser Abstractions, DOM Manipulation Libraries, Event Managers, Selector Engines, Deferred Objects, Ajax Clients, Cross-Browser Event Managers, Declarative Event Managers.

Care sunt câteva alternative open-source pentru jquery/jquery?

Alternativele open-source pentru jquery/jquery includ: 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…