I am trying to select/highlight text (like what would happen if you click+drag your mouse across some text) across multiple ranges.
Here is a fiddle that demonstrate's what I'd like to do but am unable to http://jsfiddle.net/KcX6A/2816/
I tried adding SelectText("selectme2");
to the JQuery but then it deselects the first div.
I got this method from here Selecting text in an element (akin to highlighting with your mouse) but it only selects a single range.