xajax获取表单的值
xajax_myfunction(xajax.$('form1'));
其中 myfunction是自定义函数
form1是表单id
获取输入框值
xajax_myfunction(xajax.$('input1').value);
其中input1是表单输入框id
xajax.$() is shorthand for document.getElementById()
xajax.$() 是document.getElementById()的快捷表达方式
上一篇:xajax无刷新上传实例 下一篇:xajax loading(正在读取数据)
好多网友都好踊跃,这是好的,但请不要发表无意义的评论,谢谢

知道的加我QQ,解决问题后重金酬谢27542312
class IndexClass extends xajax {
}
继承父类,就可以直接调用父类的方法了
http://www.phpx.com/happy/viewthread.php?tid=138563&highlight=xajax