简单实现上传文件进度条
摘要:定义form标签的时候要注意enctype="mutipart/form-data"。 前端要引用 jquery.form.js
阅读全文
中文datepicker控件
摘要:$(function() { $.datepicker.regional["zh-CN"] = { closeText: "关闭", prevText: "<上月", nextText: "下月>", currentText: "今天", monthName...
阅读全文