摘要:
Most of the time in JavaScript we want to do following things with Select (or dropdown) list box.– Get the value of selected option – Get the text of ... 阅读全文
摘要:
1、给radio、checkbox后面添加文字2、创建默认选中3、创建完可选Js代码 function create(){ var board = document.getElementById("layer1_content1"); var e = createElement("input"... 阅读全文
摘要:
function create(parentId,eleType,eleName,eleId,eleValue){ var board = document.getElementById(parentId); var e = createElement("input",eleName); e.ty... 阅读全文