jQuery的JSON插件 JSON Parser
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/json
软件介绍
This plugin makes it simple to convert to and from JSON.
Most people asked me why I would want to do such a thing, which boggles my mind. Javascript makes it relatively easy to convert from JSON, thanks to eval(), but converting to JSON is supposedly an edge requirement.
This plugin exposes four new functions onto the $, or jQuery object:
- toJSON: Serializes a javascript object, number, string, or arry into JSON.
- evalJSON: Converts from JSON to Javascript, quickly, and is trivial.
- secureEvalJSON: Converts from JSON to Javascript, but does so while checking to see if the source is actually JSON, and not with other Javascript statements thrown in.
- quoteString: Places quotes around a string, and inteligently escapes any quote, backslash, or control characters.
XForms Essentials
Micah Dubinko / O'Reilly Media, Inc. / 2003-08-27 / USD 29.95
The use of forms on the Web is so commonplace that most user interactions involve some type of form. XForms - a combination of XML and forms - offers a powerful alternative to HTML-based forms. By pro......一起来看看 《XForms Essentials》 这本书的介绍吧!
