摘要:
1.$(selector).each()主要对DOM的遍历 $(selector).each(function(index,element)){ //index - 选择器的 index 位置 //element - 当前的元素(也可使用 "this" 选择器) } $("button").clic 阅读全文
摘要:
<div class="page_box"> 页面 页面代码 <input type="button" class="save" name="save" value="保存"></div> 引入包: <head> <meta charset="UTF-8"> <title>Title</title> 阅读全文
摘要:
html页面代码 <span>费用合计(人民币大写): <input class="width_input" type="text" id="one"/>拾 <input class="width_input" type="text" id="two"/>万 <input class="width_ 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp 阅读全文