jQuery 气泡提示框 jquery.contip.js
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/yangjiePro/jquery.contip.js
- 软件文档: https://github.com/yangjiePro/jquery.contip.js
软件介绍
jquery.contip.js 是一个基于JQuery的气泡提示框tip插件。轻量级,扁平化,不用加载CSS文件,自定义风格,事件监听,代码注释清晰,可扩展性强。
//示例代码:
var pop = $('.elm').contip({
align: 'bottom', //出现在元素底部
html: '提示框内容'
});
pop.show(); //默认显示
// 提示框事件监听
pop.on('create',function($tip){
// alert('创建tip!');
});
pop.on('show',function($tip){
// alert('显示tip');
setTimeout(function(){
pop5.html('改变提示框内容<br>!!!!');
},1000);
});
A Project Guide to UX Design
Russ Unger、Carolyn Chandler / New Riders Press / 2009-3-23 / USD 39.99
"If you are a young designer entering or contemplating entering the UX field this is a canonical book. If you are an organization that really needs to start grokking UX this book is also for you. " -......一起来看看 《A Project Guide to UX Design》 这本书的介绍吧!
