awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Event Handling · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesEvent Handling

Utilities for binding, managing, and triggering event listeners on DOM elements during user interactions.

Explore 2 awesome GitHub repositories matching web development · Event Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. DOM and Event Utilities
  4. Event Handling

Awesome Event Handling GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium
  • junegunn/fzf

    junegunn/fzf

    77,987GitHubView on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe

    Gobashclifish

Explore sub-tags

  • Change Event BindingsAutomated triggers that execute actions or commands in response to data or query modifications.
  • Event Listener ManagementUtilities for programmatically attaching and detaching listeners to browser or system events during execution.
  • Transient Event ListenersEvent listeners that automatically unregister after a single execution.