Is there a way to get, let say, the 5th line ( the offset of its first letter ) of a block\'s content using jQuery ?
I mean the visual line, the browser computed lin
you could use javascript's .split() and deliminate by "".
split tutorial