js實(shí)現(xiàn)單擊可修改表格_第1頁
js實(shí)現(xiàn)單擊可修改表格_第2頁
js實(shí)現(xiàn)單擊可修改表格_第3頁
js實(shí)現(xiàn)單擊可修改表格_第4頁
js實(shí)現(xiàn)單擊可修改表格_第5頁
已閱讀5頁,還剩1頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

第js實(shí)現(xiàn)單擊可修改表格純js實(shí)現(xiàn)單擊可修改表格(類似成績單),供大家參考,具體內(nèi)容如下

功能:實(shí)現(xiàn)成績單單擊表格可對(duì)數(shù)據(jù)進(jìn)行修改且對(duì)輸入的數(shù)字大小有驗(yàn)證例如不小于0不大于100,總分欄會(huì)對(duì)總分進(jìn)行求和(利用了es6的模板字符串)。

實(shí)現(xiàn)效果:

代碼:

!DOCTYPEhtml

htmllang="en"

head

metacharset="UTF-8"

metahttp-equiv="X-UA-Compatible"content="IE=edge"

metaname="viewport"content="width=device-width,initial-scale=1.0"

titleDocument/title

style

table{

margin:0auto;

z-index:999999;

border-collapse:collapse;

th{

background-color:#4CAF50;

/*background-image:linear-gradient(toright,#eea2a20%,#bbc1bf19%,#57c6e142%,#b49fda79%,#7ac5d8100%);*/

color:white;

tableth,tr,td{

width:100px;

text-align:center;

tableinput{

border:none;

outline:none;

width:100%;

.inputClass{

width:80px;

height:100%

/style

/head

body

div

h2成績登記表/h2

div

tableborder="1"

thead

th學(xué)號(hào)/th

th姓名/th

th語文/th

th數(shù)學(xué)/th

th英語/th

th總分/th

/thead

tbody

/tbody

/table

/div

/div

/body

script

//數(shù)組

letdata=[

id:1101,

name:'小王',

Chinese:100,

Math:80,

English:91,

total:271

id:1102,

name:'小曾',

Chinese:88,

Math:87,

English:92,

total:267

id:1103,

name:'小趙',

Chinese:75,

Math:20,

English:86,

total:181

id:1104,

name:'小周',

Chinese:65,

Math:81,

English:83,

total:229

window.onload=function(){

initdata()

//初始化數(shù)據(jù)

//模板填入數(shù)據(jù)

functioninitdata(){

lettbodyinner=document.getElementsByTagName("tbody")[0]

lethtml=''

for(leti=0;idata.length;i++){

html+=`

td${data[i].id}/td

td${data[i].name}/td

tdname="grade"${data[i].Chinese}/td

tdname="grade"${data[i].Math}/td

tdname="grade"${data[i].English}/td

td${parseInt(data[i].Chinese)+parseInt(data[i].Math)+parseInt(data[i].English)}/td

/tr

//tbody.innerHTML="..."往tbody中添加內(nèi)容

tbodyinner.innerHTML=html

getNode()

//監(jiān)聽click事件

functiongetNode(){

letsubject=document.getElementsByName("grade")

for(leti=0;isubject.length;i++){

subject[i].addEventListener('click',function(){

edit(this)

//鼠標(biāo)移入點(diǎn)

functionedit(i){

letinputlen=document.getElementsByTagName('input').length

letoldvalue=i.innerHTML

if(inputlen==0){

//設(shè)置該標(biāo)簽為空

i.innerHTML=''

//添加input對(duì)象

letinp=document.createElement("input")

inp.value=oldvalue

inp.classList.add("inputClass")

//添加子節(jié)點(diǎn)

i.appendChild(inp)

//獲取文本中的內(nèi)容

inp.select()

//失去焦點(diǎn)事件

inp.onblur=function(){

if(inp.value=100inp.value=0){

i.innerHTML=inp.value

letval1=i.parentNode.childNodes[5].innerHTML

letval2=i.parentNode.childNodes[7].innerHTML

letval3=i.parentNode.childNodes[9].innerHTML

i.parentNode.childNodes[11].innerHTML=

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論