2012年7月25日

jQuery客户端操作Table

摘要: <style type="text/css">.hover{background-color:red;}</style><table id="table1" border="1" cellpadding="0" cellspacing="0"><tr><th><input type="checkbox" id="checkall" onclick="checkAll1(this)& 阅读全文

posted @ 2012-07-25 10:33 大柠子 阅读(111) 评论(0) 推荐(0) 编辑

2012年7月5日

IFrame

摘要: 为IFrame连接的页面里面的元素绑定函数:document.getElementById('iframe1').contentWindow.document.getElementById('HyperLink2').onclick = function () {alert("123"); return false; }; 阅读全文

posted @ 2012-07-05 17:13 大柠子 阅读(193) 评论(0) 推荐(0) 编辑

导航