3月19号工作

今天的工作
1、今天的工作将昨天通过按钮取不到列表的的问题决解了是通过下面的在JS中指定事件
2、今天学习到了两个不同的方法
使用隐藏的文本框保存临时值
document.getElementById("hidText").value = "0txt"+rowNum+"txt"+i;

function buttonss()
{
	alert(document.getElementById("hidText").value);
}

在JS中指定事件
document.getElementById("submit_buttons").onclick = function()
{
    document.getElementById("0txt"+hour+"txt"+i).value = 	             document.getElementById("id_txt").value;
    img_click();	
};

今天的问题

在把html 和 js 分离后在浮层获得坐标上有了点问题

今天的单词

[1] ahead /e'hed/ 预先
[2] childhood /'tfaildhud/ 童年
[3] hard /ha:d/ 努力的

猜你喜欢

转载自xjwolaile.iteye.com/blog/1832280