Back to Practical Aspnetcore

Unpoly JS (5)

projects/unpoly/README.md

latest810 B
Original Source

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.