Projektbeschreibung

cupQ (a.k.a. "cupQuery") is an easy-to-use cross-browser JavaScript library which allows querying and manipulation of HTML DOM documents using standard selectors to get output as an array. Any cupQ method always returns results in the form of an array, so to track any individual values of the result, an index is used to specify the target item or node in the resulting array. By default, cupQ starts Querying the HTML DOM from the root or the "document" object element, but this can be customized to start querying from any specific node of the DOM by supplying "targetNode", which can be any document, any DOM node, or an array with nodes. cupQ can be used to execute getter/setters to target and manipulate different nodes and their attributes, styles, HTML, and text contents. Any cupQ object supports a plugin architecture, so it can be extended to add new features utilizing the existing ones.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Bewertung
Ihr Bewertung
Rezensionen verfassen

2013-10-09 14:42
Rezensionen von Anonym

Bewertung:
(0 von 0 Personen fanden diese Bewertung hilfreich)
uses string manipulation of HTML DOM to minimize the client side memory footprint.
Bewertungsliste