We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redirect to history visits (input data saved)
jump::back(-n); // -n is a negative integer
change to the n-th last history page
takes negative parameters, otherwise sends an error message
redirect to an url
jump::to('https://www.google.com');
change to google.com
refresh the current page
jump::refresh();
takes no parameter