gpt4 book ai didi

jquery - 试图让 JScrollPane 与 div 元素一起工作

转载 作者:行者123 更新时间:2023-11-28 03:48:40 25 4
gpt4 key购买 nike

有人有幸让 JScrollPane 与 JQuery 一起工作吗?

我按照信中的说明进行操作,所有发生的事情是当页面加载时,调用只是隐藏浏览器的滚动条,但不呈现自定义滚动条。

测试 HTML 页面中包含的文件:

http://70.85.188.226/_assets/css/jscrollpane.css

http://70.85.188.226/_assets/js/jquery-1.2.3.min.js

http://70.85.188.226/_assets/js/jscrollpane.js

HTML:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="/_assets/css/jscrollpane.css" media="screen,projection,print" />
<script type="text/javascript" src="/_assets/js/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="/_assets/js/jscrollpane.js"></script>
<style type="text/css">
#test
{
width:400px;
height:300px;
overflow:auto;
background-color:#2b2b2b;
color:#ffffff;
}
</style>
<script type="text/javascript">
$(function()
{
$('#test').jScrollPane();
});
</script>
</head>
<body>
<div id="test">
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST</div>
<div style="clear:both;"></div>
<div style="height:36px;">TEST12</div>
<div style="clear:both;"></div>
</div>
</body>
</html>

最佳答案

这可能是因为您缺少测试 div 所需的类声明。

要应用 jScrollPane,您必须将测试 div 的类设置为“滚动 Pane ”。

关于jquery - 试图让 JScrollPane 与 div 元素一起工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/634541/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com