私はいくつかのライブラリを含めています
<script type="text/javascript" src="js/jquery-1.7.2.js"></script>
<!-- the mousewheel plugin - optional to provide mousewheel support -->
<script type="text/javascript" src="js/jquery.mousewheel.js"></script>
<!-- the jScrollPane script -->
<script type="text/javascript" src="js/jquery.jscrollpane.js"></script>
次に、新しいメソッドを追加したい
<script type="text/javascript">
JScrollPane.prototype.putClientProperty = function(propertyName, elementId){
...
};
</script>
そして受け取る: JScrollPane is undefined . 私が間違っているのは何ですか?