随笔分类 -  jQuery

摘要:取值 var val = $("#breakfastMonday").html(); 赋值 $("#breakfastMonday").html("value"); 阅读全文
posted @ 2018-12-22 17:40 萧韶九成 阅读(2208) 评论(0) 推荐(0) 编辑
摘要:触发 click 事件 $(selector).click() 阅读全文
posted @ 2018-11-26 17:02 萧韶九成 阅读(3427) 评论(0) 推荐(0) 编辑
摘要:$("#test1").text("Hello world!"); $("#test2").html("<b>Hello world!</b>"); $("#test3").val("Dolly Duck"); 阅读全文
posted @ 2018-11-26 13:51 萧韶九成 阅读(2801) 评论(0) 推荐(0) 编辑
摘要:jQuery empty() 方法删除被选元素的子元素。 $("#div1").empty(); 清空文本框的值 $("#password").val(""); 阅读全文
posted @ 2018-11-25 19:54 萧韶九成 阅读(2126) 评论(0) 推荐(0) 编辑
摘要:jQuery - option的值 获取值 $("#equip_show").change(function(){ //获取文本 var checkText = $("#equip_show").find("option:selected").text(); console.info("text:" 阅读全文
posted @ 2018-10-17 17:46 萧韶九成 阅读(130) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示