Phil Ricketts 23 December 2011 I’m surprised nobody has mentioned jQuery’s selector context? $mysection = $(”#id”).find(“section”); jQuery(”[attribute=value]”, $mysection);
I’m surprised nobody has mentioned jQuery’s selector context?