$.jsPanel()
is a jQuery function that will create and append a jsPanel to the first element of the jQuery collection
specified by the selector expression in the options object.
<!DOCTYPE html>
Globals
The jsPanel script exposes one global object: jsPanel
$.jsPanel();
This appends a basic jsPanel with all its default options to the body element.
Example loading table data into a jsPanel.
For more examples and documentation go to the API page
The download package of jsPanel includes the JavaScript files of jQuery UI Touch Punch.
Query UI Touch Punch is a small hack that enables the use of touch events on sites using the jQuery UI user interface library.