The first step is to create html page and add links to the javascript files and CSS dependencies to your project. The jqxScrollView plugin requires the following files:
$("#element").jqxScrollView({ currentPage: 1 });
To get a property(option), you need to pass the property name to the jqxScrollView's
constructor.
var currentPage = $("#element").jqxScrollView('currentPage');