Is it possible to use or adapt jQuery\'s .select() to set a selection range on the entire contents of a div?
I have a div which has a series of labels, inputs, selec
Not really. In most browsers it's not possible for the contents of more than one input to be selected at once. See http://jsfiddle.net/timdown/D5sRE/1/