2021年4月19日
摘要: 1.$(selector).each()主要对DOM的遍历 $(selector).each(function(index,element)){ //index - 选择器的 index 位置 //element - 当前的元素(也可使用 "this" 选择器) } $("button").clic 阅读全文
posted @ 2021-04-19 17:56 小虾米吖~ 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <div class="page_box"> 页面 页面代码 <input type="button" class="save" name="save" value="保存"></div> 引入包: <head> <meta charset="UTF-8"> <title>Title</title> 阅读全文
posted @ 2021-04-19 09:16 小虾米吖~ 阅读(911) 评论(0) 推荐(0) 编辑
摘要: html页面代码 <span>费用合计(人民币大写): <input class="width_input" type="text" id="one"/>拾 <input class="width_input" type="text" id="two"/>万 <input class="width_ 阅读全文
posted @ 2021-04-19 09:05 小虾米吖~ 阅读(217) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp 阅读全文
posted @ 2021-04-19 08:53 小虾米吖~ 阅读(1586) 评论(0) 推荐(0) 编辑