gpt4 book ai didi

javascript - HTML jquery-plugin-circliful 属性改变

转载 作者:行者123 更新时间:2023-11-27 23:23:06 25 4
gpt4 key购买 nike

我想更改 HTML“div”标签中的“jquery-plugin-circliful”属性。

“jquery-plugin-circliful”库 URL:https://github.com/pguso/jquery-plugin-circliful

我的 HTML 代码:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SVG Circliful</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/jquery.circliful.css">
</head>
<body>
<section class="container">
<h3>Circliful</h3>
<div class="row">
<div class="col-lg-2">
<div id="test-circle" data-percent="11"></div> **<!-- HERE -->**
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/jquery.circliful.js"></script>
<script>
$( document ).ready(function() { // 6,32 5,38 2,34
$("#test-circle").circliful({
animation: 1,
animationStep: 5,
foregroundBorderWidth: 15,
backgroundBorderWidth: 15,
percent: 38,
textSize: 28,
textStyle: 'font-size: 12px;',
textColor: '#666',
multiPercentage: 1,
percentages: [10, 20, 30]
});
});
</script>
</body>
</html>

结果:

enter image description here

我不知道为什么百分比值没有改变。我尝试将属性的名称命名为“data-percent”或“percent”。但一切都没有改变。有什么问题?

最佳答案

(代表 OP 发布答案)

网址:jsfiddle.net/me2loveit2/H9gak/

我在库中应用了普通的js文件(jquery-plugin-circliful)。但是当我使用div标签改变圆圈时,必须添加一些js代码。网址是解决方案。在url中,js脚本(固定)提供html div属性更改功能。

关于javascript - HTML jquery-plugin-circliful 属性改变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40010929/

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