
javascript
文章平均质量分 75
zhanjh
~_~
展开
-
javascrpt xwindow.js
2008-06-04 10:17 一:效果 二:代码: 1)js /* * zhanjh 2008.06.04*/function XWindow(){ this.int原创 2008-06-04 11:03:00 · 480 阅读 · 0 评论 -
table sort(表格排序)
代码:/* * zhanjh 2008.06.04 */function XTableSort(){ this.table=null; this.thead=null; this.tbody=null; this.rowsArray=[];}XTableSort.prototype={ setTableById:function(id){ var原创 2008-06-04 12:21:00 · 1884 阅读 · 0 评论 -
ajax异步数据的发送与接收处理
var net=new Object();net.ContentLoader=function( component, url, method, requestParams ) { this.component = component; this.url = url; this.requestParams = requestParams; this.转载 2008-06-04 12:24:00 · 560 阅读 · 0 评论 -
只接受数字的输入框(input)
代码:/* * zhanjh 2008.06.04 */function NumInput(){ var input=document.createElement("input"); input.type="text"; var oThis=this; input.onkeydown=function(e){ var keycode=(e)?e.whic原创 2008-06-04 12:50:00 · 809 阅读 · 0 评论