随笔分类 -  JavaScript

该文被密码保护。
posted @ 2019-12-17 09:58 WX1211 阅读(3) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-12-13 11:19 WX1211 阅读(1) 评论(0) 推荐(0)
摘要://注册功能script //input聚焦失焦,通过id获取 $("#uname1").focus(function(){ if($(this).val().length!=0){ $(this).parent().next("div").text("支持中文,字母,数字,'-','_'的多种组合 阅读全文
posted @ 2019-04-29 16:13 WX1211 阅读(3426) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>js_0321作业</title> <script src="js/common.js" type="text/javascript" charset="utf-8"></sc 阅读全文
posted @ 2019-03-21 21:26 WX1211 阅读(1696) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title>2019/03/20作业</title> 6 <script src="js/hw.js" type="text/javascript" charset=" 阅读全文
posted @ 2019-03-20 21:52 WX1211 阅读(285) 评论(0) 推荐(0)