Edit this page

up.link up.link.isFollowable(link)
JavaScript function

Returns whether the given link will be followed by Unpoly instead of making a full page load.

By default Unpoly will follow links if the element has one of the following attributes:

  • [up-follow]
  • [up-target]
  • [up-layer]
  • [up-mode]
  • [up-transition]
  • [up-content]
  • [up-fragment]
  • [up-document]

To make additional elements followable, see up.link.config.followSelectors.


Parameters