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