.find()
FuncUnit.prototype.find
find()
Asynchronous version of find. Performs the exact same functionality as the jQuery method but adds itself to the queue.
// after the click, filter the collection, then wait for result to be visible
F(".foo").click().find(".bar").visible();
Parameters
-
selector
{string}