Page MenuHomeGitPull.it

class JX.Quicksand
Javelin Documentation ()

Sink into a hopeless, cold mire of limitless depth from which there is no escape.

Captures navigation events (like clicking links and using the back button) and expresses them in Javascript instead, emulating complex native browser behaviors in a language and context ill-suited to the task.

By doing this, you abandon all hope and retreat to a world devoid of light or goodness. However, it allows you to have persistent UI elements which are not disrupted by navigation. A tempting trade, surely?

To cast your soul into the darkness, use:

JX.Quicksand
  .setFrame(node)
  .start();

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 _isURIOnBlacklist(uri)

This method is not documented.
Parameters
uri
Defined
lib/Quicksand.js:34
Extends
JX.Base