当前位置: 首页 > 工具软件 > jRating > 使用案例 >

jRating五星评级

何承
2023-12-01
<!DOCTYPE html>
<html>
<head>
	<title>jrating使用示例</title>
	<meta charset="utf-8">
	<link rel="stylesheet" type="text/css" href="jquery/jRating.jquery.css" media="screen">
	<script type="text/javascript" src="jquery/jquery.js"></script>
	<script type="text/javascript" src="jquery/jRating.jquery.js"></script>

</head>
<body>
<div class="example">
	<div class="basic" data="20"></div>	
</div>
<script type="text/javascript">
	$(document).ready(function(){
		$('.basic').jRating({
			canRateAgain:true,
			nbRates:3
		});

	});	
</script>
</body>
</html>

  

转载于:https://www.cnblogs.com/qfdy123/p/7834631.html

 类似资料: