PROGRESSIVE ENHANCEMENT, RELOADED Demo Update a page fragment via AJAX Animate a page transition Open a link in a modal dialog Custom HTML tags Batteries included We will ship a basic implementation for the most established UI patterns like navigation bars, infinite scrolling, drop-down menus, modals dialogs, etc. Plays nice with existing JavaScript Convert to up.compiler directives. Plays nice with existing styles Unoppinionated about style Bootstrap users can include `up-bootstrap`. Plays nice with existing JS code You can wire your existing JS code into the Unpoly page flow. URLs are important In Unpoly every page or screen state has a URL which you can bookmark and share. This also means you get all the SEO love from Google. Server-side code should stay the same (Rewrite) Lightweight Unpoly is 13 KB gzipped. The only dependency is jQuery. Both UJS and programmatic interfaces All Unpoly functionality is available as both unobtrusive behavior (through HTML attributes like up-target) and JavaScript functions for programmatic access and integration with your code. .example .example__column .example__title page.html .example__asset <%= ... %> .example__column .example__title Demo iframe.example__demo Update a page fragment via AJAX:
The time is