1 dépôt
Adapters that translate history management events into framework-specific event systems.
Distinct from Framework Component Adapters: Focuses on bridging event systems rather than wrapping UI components for visual consistency.
Explore 1 awesome GitHub repository matching web development · Event System Adapters. Refine with filters or upvote what's useful.
history.js is a cross-browser URL state manager and HTML5 History API polyfill. It functions as a single page application router that manages browser URL and history state consistently across HTML5 and HTML4 browsers, enabling navigation without triggering full page reloads. The project provides a JavaScript framework adapter that integrates history management with the event systems of jQuery, MooTools, and Prototype. It ensures compatibility through a fallback mechanism that switches to hash-based navigation and hashbang URLs when the native HTML5 History API is unavailable. The system cove
Integrates history management with the specific event systems of jQuery, MooTools, and Prototype.