
jquery.pl -- Call jQuery on the SWISH interfaceSelect objects in the SWISH interface using jQuery, run an arbitrary JavaScript function on them and return the result. This predicate was introduced while adding functionality to request the contents of tabs in the SWISH interface.
jquery(+Selector, +Function) is det
jquery(+Selector, +Function, -Reply) is det