javascript - JQuery jScrollPane issue -


i trying use jscrollpane on website.

after 4 hours of searching bug gave up.

i hope of got clue of this.

this not working page: www.robert-richter.com

my code:

<link href="../css/jquery.jscrollpane.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="../js/jquery.jscrollpane.min.js"></script> <script type="text/javascript"> $(function() {     $('.item').jscrollpane(); }); </script>  <article class="item"></article> 

any thought on same appreciated.

initialize jquery script

jquery(document).ready(function(){ code here...}); 

Comments