xxxxxxxxxx
<html>
<head>
<script type="text/javascript" src="../../jqwidgets/jqxscrollbar.js">
</script>
<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
$(document).ready(function(){
$("selector").click(function(){
$("#selector").jqxScrollBar({height, weight});
------some jQuery script codes depends upon the requirement---
}
</script>
</head>
<body>
----html tag elements and the UI logic elements used on the front end---
</body>
</html>