04 2012 档案

错误集锦
摘要:1、request.getParameter("StringParamsName");——可以取出ajax传的参数而request.getAttribute("StringAtrriName");——不能获取ajax传的参数2、$("#teacherId").append("<option value='-1'>--请选择--</option>");——没能append上去,有可能是$("#teacherId")获取的元素并非普通的下拉框,要看一下jsp用 阅读全文

posted @ 2012-04-27 09:39 咚咚咚Yeah 阅读(122) 评论(0) 推荐(0)

td嵌套table,去除边框问题
摘要:http://www.360doc.com/content/10/0419/15/484622_23810327.shtml去除左右上下边框,呈现十字架形-----------frame="void" 阅读全文

posted @ 2012-04-06 23:23 咚咚咚Yeah 阅读(2400) 评论(0) 推荐(0)

导航