Skip to content

How can I get the original url of the link what clicked #98

@martonx

Description

@martonx

Hi, I have this router:

this.router.on({
'/Admin': (params, query) => this.loadPage(params, query),
'/Admin/Test': (params, query) => this.loadPage(params, query)
}).resolve();

In loadPage I would like to do an ajax GET request for the clicked link's url.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions