
$(document).ready(function() {
$("#changeTypeButton").click(function() {
// 获取当前input的类型属性
var currentType = $("#input").attr("type");
// 根据当前类型切换到相应的类型
if (currentType === "text") {
$("#input").attr("type", "password");
} else if (currentType === "password") {
$("#input").attr("type", "email");
} else if (currentType === "date") {
$("#input").attr("type", "date");
} else if (currentType === "number") {
$("#input").attr("type", "number");
} else if (currentType === "email") {
$("#input").attr("type", "text");
}
});
});
jQuery获取和设置input元素的值(监听input元素的值变化)
上面是“jQuery语法如何动态更改input类型属性”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_14751.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

一款基于经典小说《诛仙》改编的MMORPG游戏——梦幻诛仙电脑版
帝国cms6.6功能之如何新增远程附件功能
AutoClip官网:支持从B站视频自动下载、字幕提取、智能切片等功能
NeonLingo:一款外语学习AI浏览器插件,翻译后的词汇会自动高亮显示
Xtab新标签页:一款免费且专注于提升办公效率的全新标签页应用
Octoparse:一款专为非编程人员设计的网页数据抓取工具