Edit this page

up.fragment :none
HTML selector

To make a server request without changing a fragment, use the :none target.

Targeting fragments

Example

Clicking this link will make a request to /ping, but not update any element:

<a href="/ping" up-target=":none">Ping server</a>