会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
执笔小白
新随笔
订阅
管理
2021年5月28日
jquery里与jquery外获取控件值
摘要: jquery外获取控件值 var Idtxt = document.getElementById("IDValue").value; alert(Idtxt); jquery里获取控件值 var Idtxt2 = $("#IDValue").val(); alert(Idtxt2);
阅读全文
posted @ 2021-05-28 19:40 ꧁执笔小白꧂
阅读(65)
评论(0)
推荐(0)
公告