jQuery即时贴插件 jQuery Sticky Notes

码农软件 · 软件分类 · jQuery高级页面组件 · 2019-12-31 14:56:55

软件介绍

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>

本文地址:https://codercto.com/soft/d/22360.html

点石成金

点石成金

[美] 克鲁格 (Steve Krug) / 蒋芳 / 机械工业出版社 / 2015-1-1 / CNY 59.00

《点石成金:访客至上的Web和移动可用性设计秘笈(原书第3版)》是一本关于Web设计原则而不是Web设计技术的书。《点石成金:访客至上的Web和移动可用性设计秘笈(原书第3版)》作者是Web设计专家,具有丰富的实践经验。他用幽默的语言为你揭示Web设计中重要但却容易被忽视的问题,只需几个小时,你便能对照书中讲授的设计原则找到网站设计的症结所在,令你的网站焕然一新。一起来看看 《点石成金》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

MD5 加密
MD5 加密

MD5 加密工具