jQuery默认输入插件 InputDefault
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://github.com/edgarjs/input-default
软件介绍
InputDefault 是一个 jQuery 插件,用来实现对文本输入框的默认值的自动切换,当鼠标移开时自动显示默认值,当输入框获取输入焦点时,删除默认值。InputDefault 默认使用 title 属性,也可以指定某个属性做为默认值,使用方法如下:
$(‘input.input-default’).inputDefault({defaultAttr: ’rel’});
<input type=“text” rel=“Username” class=“input-default” />
C++ How to Program (5th Edition) (How to Program)
Harvey & Paul) Deitel & Associates / Prentice Hall / 2005-01-05 / USD 98.00
With over 250,000 sold, Harvey and Paul Deitel's C++ How to Program is the world's best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels' groundbreak......一起来看看 《C++ How to Program (5th Edition) (How to Program)》 这本书的介绍吧!
