I have a function (still in development) that needs to capture user selected text in a div (not text areas and input boxes so .select won't work.). Using .click and selection and range objects works great when the selection is contained within a single element in that div but fails to trigger if the user selection spans multiple elements within the div (like multiple p's).I have a function (still in development) that n