web
文章平均质量分 83
yeahnihao
这个作者很懒,什么都没留下…
展开
-
Customize CKeditor toolbar and make it work with jQuery
CKeditor 是一个非常好用的web编辑器,javaEye 上也又很多介绍,有兴趣的同学可以继续围观: http://ckeditor.com/ 这里主要讲如何定制 ckeditor 的toolbar,以及让 ckeditor 和 jQuery 协同工作。 1. 在确保 jQuery 能正常工作后,引入 ckeditor, 在 <head> 区添加。 <...原创 2012-05-12 19:23:40 · 122 阅读 · 0 评论 -
ajax upload 实现文件上传
Ajax Upload; A file upload script with progress-bar, drag-and-drop. An older ajax upload plugin, which only used iframe for uploads, and was licensed under MIT license is located on github....原创 2012-03-16 23:24:36 · 135 阅读 · 0 评论 -
javascript 处理 json
1. 什么是JSON。JSON (JavaScript Object Notation)一种简单的数据格式,比xml更轻巧。 JSON 是 JavaScript 原生格式,这意味着在 JavaScript 中处理 JSON 数据不需要任何特殊的 API 或工具包。 { "people": [ { "firstName": "Brett", "lastName":"McLaugh...原创 2012-03-26 23:13:30 · 124 阅读 · 0 评论