教程集 www.jiaochengji.com
教程集 >  jQuery  >  jQuery 插件  >  正文 jQuery即时贴插件 jQuery Sticky Notes

jQuery即时贴插件 jQuery Sticky Notes

发布时间:2014-06-08   编辑:jiaochengji.com
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
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>

您可能感兴趣的文章:
jQuery即时贴插件 Sticky Notes
jQuery即时贴插件 jQuery Sticky Notes
页面消息提醒插件 Sticky
50款非常棒的 jQuery 插件分享
40个有创意的jQuery图片和内容滑动及弹出插件收藏集之三
jQuery Touch
jQuery定时器插件 jQuery Timers
jQuery分页插件 jQuery Pagination
jQuery Screw
jQuery Timecloud

[关闭]
~ ~