jQuery即时贴插件 jQuery Sticky Notes
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://www.jquery-sticky-notes.com/
- 软件文档: http://www.jquery-sticky-notes.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.2.custom.min.js"></script>
<script type="text/javascript" src="jquery.stickynotes.js"></script>
<link rel="stylesheet" target="_blank" rel="nofollow" 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>
Head First JavaScript Programming
Eric T. Freeman、Elisabeth Robson / O'Reilly Media / 2014-4-10 / USD 49.99
This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be read......一起来看看 《Head First JavaScript Programming》 这本书的介绍吧!
