js 常用方法
modal框清楚缓存 $("#modal").click(function(){ //清除bootstrapValidator校验缓存 $(".lessonHourBase_validator").data('bootstrapValidator').resetForm(); //清除maodal缓存数据 //清除文本框 $("input[type='text']").val(""); //让下拉框中输入的文本值是下拉框中第一个option的文本值 $("#lesson_hour_type_div").find(".select2-chosen").html($("#lesson_hour_type option:first").text()); //清除radio,默认选择第一个radio $(".addlesson_pointRadio input[type=radio]").eq(0).prop("checked", true) //清除li表 $("#add_point").find("li").remove(); js清除数组中的值 pointArr = [] if(pointArr.length!=0){ pointArr.splice(0,pointArr.length) } js数组中添加元素 pointArr.push() js滤空 $.trim(); });json字符串转换成json对象eval(jsonStr)$.parseJSON(jsonStr)json对象转换成json字符串JSON.stringify(knowledgePointArray)//获取下拉框中选择的元素$("#select_id option:selected").val(); //获取被选中的radio$(".addlesson_pointRadio input[type=radio]:checked").val()//遍历列表 获取选取的列表的索引$("#update_point li").each(function(index,item){ alert($(this).parent().in
js常用方法
发布日期:2021-08-10 04:40:41
浏览次数:5
分类:技术文章
本文共 984 字,大约阅读时间需要 3 分钟。
转载于:https://www.cnblogs.com/tianhenchy/p/8179109.html
转载地址:https://blog.csdn.net/weixin_30572613/article/details/96878251 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!
发表评论
最新留言
关注你微信了!
[***.104.42.241]2024年10月24日 09时21分09秒
关于作者
喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!