Is it possible to see what items/elements I have selected in a particular jquery selection?
I saw someone demoing jquery and they used some form of console that returned an array of items for every selection, they could then mouseover each item and it would highlight it in the browser.
Im currently using alert($('div').length); to see what i've selected which isnt that helpful.