jQuery transmit

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-07 20:58:07

软件介绍

jQuery这个非常方便的Javascipt框架可以让开发者增强网站的设计和可用性。在Google Code上有许多非常酷的jQuery插件,这款插件对文件上传功能的开发非常有帮助。它将繁琐的上传对话框简化为下面这段代码:

$(document).ready(function() {
var options = {
allowedFileTypes: [{
description: "Images",
extensions: "*.jpg; *.gif; *.png"
}]
};

$(”#transmit”).transmit(”http://mysite.com/upload/“, options);
})

本文地址:https://www.codercto.com/soft/d/22888.html

Foundations of PEAR

Foundations of PEAR

Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84

PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试