Select text interval in a grid without interruptions

33 Views Asked by At

I want to click and select a interval of a text using Jquery Selectable, but if this sentence has a line, it breaks the interval.

I guess I am missing some parameter on the

$( function() {
    $( "#selectable" ).selectable();
  } );

I expect to click on "Hello" and drag to "Programmers" selecting the interval "Helly my lovely World of Programmers" instead of "Hello of Programmers".

{Hello my lovely World of Programmers} that helps to each other

instead of {Hello} my lovely World {of Programmers} that helps to each other

https://jsfiddle.net/cristianroethig/xh8jk19e/

0

There are 0 best solutions below