
AJAX 编程
GOALSTAR
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eXtremeComponents的eXtremeTable分页特性
<!--google_ad_client = "pub-1926348199765453";/* 728x90, 创建于 08-12-3 */google_ad_slot = "0385006797";google_ad_width = 728;google_ad_height = 90;//--><script type="text/javascript"sr原创 2007-07-27 17:27:00 · 5439 阅读 · 1 评论 -
CSS和页面布局
网上也有不少使用div + css进行布局的教程,却存在很多缺陷,一是对css的布局模型讲解不清楚,让人很难理解相对定位、浮动等概念;二是虽然避免了“表格套表格”的缺点,却带来了“div 套 div”的缺点,过量使用div标签;三是class过多,造成class灾难。要正确使用css,对css的基本只是就不能够不了解。既然是漫谈,我这里就只讲四个方面,最后给出xkland项目作为实例。一、CSS中转载 2007-08-16 15:48:00 · 2327 阅读 · 0 评论 -
EXT 世界级的Javascript 、UI 、AJAX 组件库
官方网站: http://extjs.com/Ext v1.1 Released August 1, 2007 by Jack Slocum The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand原创 2007-08-31 14:27:00 · 2587 阅读 · 0 评论 -
自己用了一段时间AJAX,一些基本方法和小结
1.最基本的使用方法 var XMLHttpReq = false;function createXMLHttpRequest()...{ try...{ XMLHttpReq = new ActiveXObject("Msxml2.XMLHTTP"); }catch(othermicrosoft)...{ try...{ XM原创 2007-09-06 11:50:00 · 1423 阅读 · 0 评论 -
AJAX提交遭遇GBK乱码的解决方法
1. JavaScript脚本,beansoft编写的.自己改了一点点function AjaxFormer (form, resultDivId) { /** form instance */ this.form = form; /** div to display result in */ this.resultDivId = resultDivId; /原创 2007-09-06 12:01:00 · 5022 阅读 · 0 评论 -
prototype Ajax提交
//Method 1.var url = /PropertyRight/reports30.do?method=putinExcel;var form = Form.serialize(changeInfoID);var myAjax = new Ajax.Request(url , {parameters:form,method:"post",onComplete:afterA原创 2007-12-03 11:25:00 · 1531 阅读 · 0 评论 -
强烈推荐:240多个JQuery插件
<!--google_ad_client = "pub-1926348199765453";/* 336x280, 创建于 09-3-10 */google_ad_slot = "2470758040";google_ad_width = 336;google_ad_height = 280;// -->概述jQuery 是继 prototype 之后又转载 2009-09-09 15:23:00 · 1274 阅读 · 0 评论