$doc[SELECTOR]
pq(SELECTOR)
...
Maybe I'll answer my own question here, is pq default for the CURRENT
active document, if you were using multiple documents then it would be
best to use $doc[SELECTOR]?
While array-like usage $obj['selector'] is direct shortcut to $obj-
>find('selector'); You can also use it to make assignments, then inner
part of selected element will take new content.