1 dépôt
Server-side logic that returns only a portion of the HTML document when a specific header is detected.
Distinct from Server-Driven Component Rendering: Distinct from Server-Driven Component Rendering: focuses on returning arbitrary HTML fragments rather than rendering a specific frontend component.
Explore 1 awesome GitHub repository matching web development · Partial Page Fragments. Refine with filters or upvote what's useful.
jquery-pjax is a client-side library that combines Ajax requests with the HTML5 History API to replace page content without triggering a full browser reload. It fetches HTML fragments from the server and updates the browser URL using pushState, preserving the page layout and assets while only swapping a designated container's content. The library emits custom JavaScript events at each stage of the request lifecycle, enabling external handlers to respond to loading, success, and error states. The project distinguishes itself through its event-driven navigation model and server-side integration
Fetches and swaps a portion of the page based on server responses, skipping full layout rendering.