登录
首页 » javascript » jquery-ui-1.11.4.custom

jquery-ui-1.11.4.custom

于 2022-02-16 发布 文件大小:390.55 kB
0 99
下载积分: 2 下载次数: 1

代码说明:

jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom jquery-ui-1.11.4.custom 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • js 实现天干地支
    利用js实现公历农历互转,实现天干地支生肖,范围:1900--2100年。满足大部分功能需求。
    2023-08-27 06:45:03下载
    积分:1
  • 2016最新网页播放器源码
    2016最新网页播放器源码,可以通过远程播放 方便简单!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2022-01-25 16:21:06下载
    积分:1
  • 强大的弾层工具
    该插件支持各种弾层包括alert,confirm,dialog,支持iframe之间的通信,提供多种皮肤,很好的解决浏览器的兼容性,使用简介。
    2022-03-29 16:34:04下载
    积分:1
  • 豌豆荚游戏排行榜爬虫源码
    爬取豌豆荚游戏排行榜上的游戏信息。代码可以粘贴到神箭手云爬虫上直接跑。
    2022-09-18 18:25:03下载
    积分:1
  • KinSlideshow
    jquery.KinSlideshow-1.2.1 源码
    2013-12-30 15:03:38下载
    积分:1
  • 史密斯图显示在这里
    smith chart is show here-smith
    2022-01-29 02:38:38下载
    积分:1
  • java抽奖
    Java的抽奖资源,可以自己设定,可以使用原来的,总之好用,希望大家能够喜欢;
    2022-07-23 11:20:17下载
    积分:1
  • 企业网站模板
    这样一个系统,从根本上解决了传统的网站弊端,使得网站信息得到了有效的整合,方便了广大用户。且拥有的客户通常只是大学校园网的用户,所有系统规模上来讲不会很大,从经济上来说,由于选择的开发工具和服务器几乎全部为免费的开源软件,并且由于是开发成本较低的基于Web的B/S模式,而非成本费用相对较高的C/S模式,所以从经济上来讲是可行的
    2022-08-20 04:31:42下载
    积分:1
  • JavaScript 代理模式
    翻译  maninwest@Codeforge  作者:Ralph Varjabedian @ Codeproject介绍 这是个使用 JavaScript 创建一个类的代理的简单脚本。例如我们有个类 (作为构造函数的函数) Math ,它有几个定义了如加减乘除等的函数。function Math() { this.IsMath = true; } Math.prototype = { add: function(a, b) { return a + b; }, subtract: function(a, b) { return this.add(a, -b); }, multiply: function(a, b) { return a * b; }, divide: function(a, b) { return a / b; } } 我们希望可以以某种方式修改其行为,可以让我们使用beforeFunction事件和 afterFunction 事件,拦截这个类中每个函数调用。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-08 06:10:26下载
    积分:1
  • js获取文件大小
    var  uploadImgSizeLimit=function(target){        alert(target);            //以下校验图片大小            var agent = window.navigator.userAgent;            var isIE=/msie/i.test(agent) && !window.opera;            var fileSize = 0;            if (isIE && !target.files) {             //如果是ie6以下的版本,直接fileSize可以获取到大小                if (agent.indexOf("MSIE 5.0") > 0 || agent.indexOf("MSIE 6.0") > 0) {                    var img = new Image();                    var fname = target.value;                    img.src = fname;                    fileSize = img.fileSize;                }else {                    //ie7版本以上需要打开安全设置                     try {                           var fso, f, fname, fsize;                            var flength = 1000; //设置上传的文件最大值(单位:kb),超过此值则不上传。                            var finame = target.value;                            fso = new ActiveXObject("Scripting.FileSystemObject");                            f = fso.GetFile(finame);//文件的物理路径                            fname = fso.GetFileName(finame);//文件名(包括扩展名)                            fileSize = f.Size; //文件大小(bit)                        }                     catch(e){                                alert(e " 跳出此消息框,是由于你的activex控件没有设置好,"                                 "你可以在浏览器菜单栏上依次选择"                                 "工具->internet选项->"安全"选项卡->自定义级别,"                                 "打开"安全设置"对话框,把"对没有标记为安全的"                                "ActiveX控件进行初始化和脚本运行",改为"启动"即可");                            return false;                     }                }            }else {        //    火狐版本下的文件大小获取                fileSize = target.files[0].size;            }               var size = fileSize / 1024;             alert(size);                                     return false;        };
    2014-09-11下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载