Skip to content

Files

Latest commit

2a5fe62 · Jun 22, 2024

History

History

unpoly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 22, 2024
Jun 22, 2024
Jun 22, 2024
Jun 22, 2024
Jun 22, 2024
Jun 22, 2024

Unpoly JS (5)

These examples show how to integrate UnpolyJS with your Minimal API application

  • up-poll

    Use up-poll attribute to poll content fragment in specific interval.

  • up-target

    Use up-target to load specific content fragment and show it at targetted HTML element using tag, id, and class selectors.

  • up-target-2

    Use up-target to load content fragments at multiple elements the same time using tag, id, and class selectors.

  • up-hungry

    Use up-hungry to load content fragement at untargeted elements. If the server returns a matching fragment, the untargeted elements will be loaded.

  • up-flashes

    Use up-flashes to provide flash message functionality.