How would one go about using jQuery selectors on an array of cloned dom elements:
Say I created the array like this:
var refDom = $(".items").clone(true, true);
Would it be possible to return some of the elements via selectors, or atleast get the array index?
Of course, just do:
And to access the elements by index you can do: