instance method Protoplasm.Transformer#transform
Protoplasm.Transformer#transform(selector) → Protoplasm.Transformer
-
selector(String) – A CSS selector rule.
Transform all elements in the document that match selector
into the same control from the previous method in this chain.
If this method is called before the document is loaded, it
will execute in the document's dom:loaded event.