jQuery Sticky NotesjQuery即时贴插件

联合创作 · 2023-10-02 14:57

jQuery Sticky Notes 是一款 jQuery 基于网页的即时贴插件。如下图所示:

示例代码:

<html>
<head>
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="jquery.ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="jquery.stickynotes.js"></script>
<link rel="stylesheet" href="jquery.stickynotes.css" type="text/css">

<script type="text/javascript">
// wait for the DOM to be loaded
$(document).ready(function() {
$('#notes').stickyNotes();
});
</script>
</head>
<div id="notes" style="width:800px;height:600px;">
</div>

浏览 4
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报