摘要: <html> <head> <title></title> </head> <meta charset="utf-8"> <body> 用户名<input type="text" name="userName" id="userName" value="" /><br /> 密码 <input ty 阅读全文
posted @ 2017-05-25 17:38 笑婷儿 阅读(1111) 评论(0) 推荐(0)
摘要: 1. var status=$("#rem").attr("checked"); console.log(status) //原则上没错 但是出现的是 undefined 2. var status=$("#rem").is(":checked"); console.log(status) //tr 阅读全文
posted @ 2017-05-25 14:55 笑婷儿 阅读(651) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <p id="demo"></p> <button onclick="getLocation()">获取经纬度</button> </ 阅读全文
posted @ 2017-05-25 14:07 笑婷儿 阅读(8693) 评论(0) 推荐(0)