Return true if any portion of these two ranges overlap.
var foo = document.getElementById('foo'); $.Range(foo.childNodes[0]).compare(foo.childNodes[1]) //-> false
$.Range.overlaps(elRange) -> Boolean
{jQuery.Range}
{Boolean}
true if part of the ranges overlap, false if otherwise.
Return true if any portion of these two ranges overlap.