
AJAX
黄瓜和土豆
码农一个
展开
-
dorado培训笔记
DORADO5是BSTEK公司推出的一种展现中间件技术,BSTEK借助于自己在J2EE领域的长期经验积累,以及对AJAX技术的敏锐把握和创造性的使用之后,持续的在展现中间件领域推出自己的品牌产品,其中DORADO5是继EXTRA3,DORADO4之后的又一个里程碑式的产品,它带领人们进入了WEB2.0时代。1.数据库连接加上data/mysql ,包括驱动和sql语句,在lib也要加驱动。原创 2007-08-06 10:54:00 · 1677 阅读 · 0 评论 -
jquery整理
一.jquery介绍:下载:http://jquery.com/ jquery是一种新类型的javascript库。jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Aja原创 2008-08-25 12:43:00 · 1157 阅读 · 1 评论 -
JQuery实现自动提示
JQuery实现自动提示下载:jquery.js和jquery.autocomplete.js具体实现如下:jquery autocomplete arr = ["Allen","Albert","Alberto","Alladin","黄瓜","土豆"]; //这些数据可以采用ajax从数据库取到,后赋给arr $(document).ready(function(){ //当原创 2008-06-06 16:04:00 · 4065 阅读 · 0 评论 -
240个jQuery实现AJAX插件
概述jQuery 是继 prototype 之后又一个优秀的 Javascript. 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的js 库(压缩后只有21k) ,这是其它的 js 库所不及 的,它兼容 CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+,Safari 2.0+, Opera 9.0+)。 jQuery 是一个快速的,简洁的 javaScript. 库,转载 2008-09-06 08:29:00 · 11420 阅读 · 2 评论 -
Extjs学习
相关资料下载:http://www.ibeifeng.com/read.php?tid=1779&fpage=0&toread=&page=1 1.下载:http://extjs.com/products/extjs/download.php 下载ext后解压缩的文件目录: adapter:负责将里面提供第三方底层库(包括Ext自带的底层库)映射为Ext所支持的底层库。原创 2008-07-04 16:27:00 · 2539 阅读 · 0 评论 -
dwr 联动例子:
dwr 联动例子://联动function addActypeSelect(father, relatedName) { DWRUtil.removeAllOptions(relatedName); var callback = function(map) { DWRUtil.addOptions(relatedName,[{name:"-请选择-",value:""}],"value","n原创 2009-04-21 08:23:00 · 714 阅读 · 0 评论 -
开源 日程视图控件
日程视图控件 参考例子:http://dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml 下载 http://dhtmlx.com/docs/products/dhtmlxScheduler/download/dhtmlxScheduler.zip Demo:http://xuanye.cloudapp.ne转载 2009-12-04 21:42:00 · 1741 阅读 · 0 评论 -
Jquery tools & jquery ui
jQuery Tools is a collection of the most important user-interface components for modern websites. Used by large sites all over the world. http://flowplayer.org/tools/index.html原创 2010-09-15 21:15:00 · 679 阅读 · 0 评论