web web web
发布时间:2014-09-16 09:40:02
function dragElement(id) { this.dom = document.getElementById(id); this.isMouseDown = false; this.pos = null;}dragElement.prototype = { init: function() { .........【阅读全文】
发布时间:2014-09-15 14:09:08
参数名类型描述url String(默认: 当前页地址) 发送请求的地址。typeString(默认: .........【阅读全文】