Returns a FuncUnit wrapped selector with selector appended to the current selector.
S('#foo').find(".bar") //-> S("#foo .bar")
func_unit.find(selector) -> FuncUnit
{String}
{FuncUnit}
the funcunit wrapped selector.
Returns a FuncUnit wrapped selector with selector appended to the current selector.