Page MenuHomeGitPull.it

class JX.History
Javelin Documentation ()

JX.History provides a stable interface for managing the browser's history stack. Whenever the history stack mutates, the "history:change" event is invoked via JX.Stratcom.

Inspired by History Manager implemented by Christoph Pojer (@cpojer)

Tasks

Builtin Events

  • static listen(type, callback) — Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

Other Methods

Methods

static listen(type, callback)
Inherited

JX.Base

Listen for events emitted by this object instance. You can also use the static flavor of this method to listen to events emitted by any instance of this object.

See also JX.Stratcom.listen().

Parameters
type
callback

private static _parseFragment(fragment)

This method is not documented.
Parameters
fragment
Defined
lib/History.js:21
Extends
JX.Base