-
ext-basex.js针对Firefox12下不支持的修正版本
ext-basex.js针对Firefox12下不支持的修正版本
Ext.Ajax.request的同步请求实现
- 2023-05-08 02:10:02下载
- 积分:1
-
js打开本地摄像头
This is a port of ZXing qrcode scanner, http://code.google.com/p/zxingTry it online: http://webqr.com
- 2015-01-15下载
- 积分:1
-
FixedPosition.rar
不会跟着滚动条的变化而变化的,不会随着滚动条滚动的弹出层样式(Don t follow the scroll bar change, not with the scroll bar popup style rolling)
- 2013-08-09 11:13:31下载
- 积分:1
-
bank
这是一个银行项目,实现登陆验证,以及简单的存款提款,贷款等一些列业务(This is a bank project, login authentication, as well as a simple deposit withdrawals, loans columns business)
- 2012-09-26 17:52:30下载
- 积分:1
-
预约功能
function yuyueshanchu4(btn){
var name=$(btn).parent().siblings().eq(0).text();
var id = getCookie("uid");
$.ajax({
url:"http://localhost:8888/design/user/yuyuedecrease4.do",
type:"post",
data:{"name":name,"id":id},
dataType:"json",
success:function(result){
if(result.status==0){
alert(result.msg);
$(btn).parent().parent().remove();
}
},
error:function(){
alert("删除异常");
}
});
}
- 2022-10-14 13:15:03下载
- 积分:1
-
prototype.js written by Sam Stephenson, a javascript library. The idea intriguin...
prototype.js是由Sam Stephenson写的一个javascript类库。这个构思奇妙,而且兼容标准的类库,能帮助你轻松建立有高度互动的web2.0特性的富客户端页面。-prototype.js written by Sam Stephenson, a javascript library. The idea intriguing, but also compatible with the standard class library, can help you easily create highly interactive web2.0 features rich client page.
- 2022-08-14 13:34:14下载
- 积分:1
-
AdminLTE-2.3.11
说明: AdminLTE-2.3.11 后台管理页面(Background Management Page)
- 2020-06-25 17:20:02下载
- 积分:1
-
js-image-slider
jquery slider with sql
- 2013-09-12 23:38:22下载
- 积分:1
-
SpringMVC用户管理例子
这个例子是我在学习SpringMVC的时候写的,适合初学者参考,就一个简单的用户增删改查操作,主要学习配置文件如何配置及数据交互。
- 2022-03-17 16:40:18下载
- 积分:1
-
CPPjiexixm
由于在javascript中不存在指针概念,故在xml页面调用OCX控件时,以前控件中的输出参数通过指针返回在这样的情况下行不通了,但本来就有返回参数,以及在同时有多个输出参数的情况下,依然想通过返回值返回,那就需要进行处理,然而怎么去处理呢?通过研究发现通过xml形式的字符串返回是一种解决方案,在解决这样的返回值的同时突然发现其实如果输入参数是结构体的话,也可以通过xml字符串的形式传入。然而怎么去解析它呢,而又怎么去做一个xml字符串呢,通过研究学习,以下是当然已有的解决方案。
开发环境:VS2010
(Since there is no pointer in javascript concept, so the xml page called OCX controls, the previous control output parameters returned through a pointer does not work in this case, but do have a return parameters, and there are multiple output parameters circumstances, still want to return value to return, it would need to be processed, but how to go about it? Through the study found through xml string of the form returned is a solution, the return value in addressing this while suddenly discovered that in fact if the input parameter is a structure, it can also be passed in the form of xml string. However, how to resolve it then, but how to do an xml string it through the research study, the following is of course the existing solutions. Development Environment: VS2010)
- 2013-11-03 13:40:30下载
- 积分:1