jQuery transmit
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jquery-transmit/
软件介绍
jQuery这个非常方便的Javascipt框架可以让开发者增强网站的设计和可用性。在Google Code上有许多非常酷的jQuery插件,这款插件对文件上传功能的开发非常有帮助。它将繁琐的上传对话框简化为下面这段代码:
$(document).ready(function() {
var options = {
allowedFileTypes: [{
description: "Images",
extensions: "*.jpg; *.gif; *.png"
}]
};
$(”#transmit”).transmit(”http://mysite.com/upload/“, options);
})
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》 这本书的介绍吧!
