Selector | - selects the jQuery receiver. It takes three forms:
- If the selector is a string, it is simply interpreted as
$(Selector) .
- If the selector is a compound, the functor defines the
start point. If a (single) argument provided it is handed to
the jQuery
find method. Defines starting points are:
- this
- The current SWISH runner object, jQuery class
prologRunner .
- cell
- The current notebook (query) cell. jQuery class
nbCell .
- notebook
- The current notebook. jQuery class
notebook
- swish
- The SWISH instance. jQuery class
swish .
|