<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link href="jquery-ui.css" rel="stylesheet">
</head>
<body>
<a href="" title="请点击">按钮</a>
<script src="external/jquery/jquery.js"></script>
<script src="jquery-ui.js"></script>
<script>
$(document).tooltip();
</script>
</body>
</html>
JQ——tooltip(jq-ui)
最新推荐文章于 2025-04-22 20:36:45 发布