SuperFlyDOM
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/SuperFlyDOM
软件介绍
Create DOM elements on the fly and automatically append or prepend them to another DOM object.
Also included are template functions (tplAppend and tplPrepend) that can take a JSON-formatted HTML structure, apply a dataset, and create complex DOM nodes! New template system is much more forgiving and flexible than previous DOM element creation plugins.
Features
- Add any element with or without all types of properties or children in any order
- Chainable! Returns last appended/prepended element in jQuery object - but also works on plain DOM elements!
- Accepts inline HTML as string, innerHTML style
- Fixes IE special-cases, like input element creation and children of tables
- Lightweight yet fast! Uses internal jQuery functions for portability while creating DOM nodes and accessing appendChild directly for speed
- AJAX-friendly - SuperFlyDOM takes real JSON objects, perfect for lightweight AJAX (or jQuery's .getJSON) retrieval
- This plugin is originally built off of FlyDom 3.0.8, by dohpaz:
[http://dohpaz.mine.nu/jquery/jquery.flydom.html] - who was inspired by "Oslow":
[http://mg.to/2006/02/27/easy-dom-creation-for-jquery-and-prototype#comment-176] - And also contains methods from Sean's jquery-dom.js
As I could not get dohpaz's code to work with my template (and since dohpaz could not get Oslow's code to work), and neither Michael Geary's code nor Sean's code were jQuery style and chainable, and I wanted a ton of features anyway, while retaining a small code base, I decided to rip apart, clean up (JSLint),and add features to their plugins. My hope is that this version will be easier to understand, more forgiving and flexible, and maintain with future versions of the fantastic framework which is jQuery.
软件测试经验与教训
Cem Kaner、James Bach、Bret Pettichord / 机械工业出版社 / 2004-1 / 35.00
本书汇总了293条来自软件测试界顶尖专家的经验与建议,阐述了如何做好测试工作、如何管理测试,以及如何澄清有关软件测试的常见误解,读者可直接将这些建议用于自己的测试项目工作中。这些经验中的每一条都是与软件测试有关的一个观点,观点后面是针对运用该测试经验的方法、时机和原因的解释或例子。 本书还提供了有关如何将本书提供的经验有选择性地运用到读者实际项目环境中的建议,在所有关键问题上所积累的经验,以......一起来看看 《软件测试经验与教训》 这本书的介绍吧!
