jQuery默认输入插件 InputDefault

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-24 08:13:26

软件介绍

InputDefault 是一个 jQuery 插件,用来实现对文本输入框的默认值的自动切换,当鼠标移开时自动显示默认值,当输入框获取输入焦点时,删除默认值。InputDefault 默认使用 title 属性,也可以指定某个属性做为默认值,使用方法如下:

$(‘input.input-default’).inputDefault({defaultAttr: ’rel’});
<input type=“text” rel=“Username” class=“input-default” />

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

Introduction to Computer Science Using Python

Introduction to Computer Science Using Python

Dierbach, Charles / 2012-12 / $ 133.62

Introduction to Computer Science Using Python: A Computational Problem-Solving Focus introduces students to programming and computational problem-solving via a back-to-basics, step-by-step, objects-la......一起来看看 《Introduction to Computer Science Using Python》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

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

多种字符组合密码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具