摘要: 在这里我是借用JQ获取input的值。<input id="txtfp" runat="server" type="text" style="width:50px" onblur="getnum()" onkeyup="checkdig()" /> function checkdig() { var value= $("#txtfp").val(); $("#txtfp").val(v... 阅读全文
posted @ 2010-01-04 16:42 yoolo wu 阅读(463) 评论(0) 推荐(0)
摘要: 在写这篇文章之前,曾经写过一篇关于AJAX技术的随笔,不过涉及到的方面很窄,对AJAX技术的背景、原理、优缺点等各个方面都很少涉及null。这次写这篇文章的背景是因为公司需要对内部程序员做一个培训。项目经理找到了我,并且征询我培训的主题,考虑到之前Javascript、CSS等WEB开发技术都已经讲解过了,所以决定针对AJAX这一块做一个比较系统的培训,所以这篇文章实际上是一个培训的材料。 在这... 阅读全文
posted @ 2010-01-04 13:03 yoolo wu 阅读(340) 评论(0) 推荐(0)
摘要: Your guess is as good as mine. 我和你一样拿不准。I've nothing to say about this decision.我对这个决议没什么可说的。I really don't know what to say.我确实没有什么主张。I couldn't say,I'm afraid.恐怕我说不上来。It makes no odds to me.这对我无所谓。I... 阅读全文
posted @ 2010-01-04 12:04 yoolo wu 阅读(245) 评论(0) 推荐(0)