Hi,
I have same element, for example: <div
id="area">Text</div>
If I click at char t (right side) and then use console with
$("#area").selection() it log:
{ start
:
4 ,
end :
4 , width
:
0 }
But if I use
$("#area").selection(4,4) it log:
Is it error?