2020年12月27日

安装Microsoft Visual C++ 2010 x64 Redistributable失败的解决方案

摘要: 现象背景:在安装AutoCAD时,启动安装程序开始安装时发现安装失败了,看失败日志在安装Microsoft Visual C++ 2010 x64 Redistributable时就failed。 解决历程:查看本机发现Microsoft Visual C++ 2005、2008、2012、2013 阅读全文

posted @ 2020-12-27 22:06 uman 阅读(8240) 评论(0) 推荐(0) 编辑

2016年6月28日

获取input标签的所有属性

摘要: 1.用jquery$("input[name='btnAdd']").attr("value") 获取value属性值,其它属性换attr的参数就OK 例1: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>D 阅读全文

posted @ 2016-06-28 09:27 uman 阅读(8975) 评论(0) 推荐(0) 编辑

2016年6月27日

checked

摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="jquery.js"></script> </head> 阅读全文

posted @ 2016-06-27 21:17 uman 阅读(162) 评论(0) 推荐(0) 编辑

js中的in-for循环

摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="jquery.js"></script> </head> 阅读全文

posted @ 2016-06-27 21:13 uman 阅读(477) 评论(0) 推荐(0) 编辑

checkbox批量选中,获取选中的项的值

摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="jquery.js"></script> </head> 阅读全文

posted @ 2016-06-27 21:02 uman 阅读(754) 评论(0) 推荐(0) 编辑

导航