Nieuws

So I'd like to be able to set the caret position in a text area. I've seen some solutions for IE, but my google skills are failing me and I can't find a Mozilla solution.Any ideas?
On any desktop device it's easy to just hook into onmousemove and such to produce an event that will tell you event.clientX and event.clientY. Is there a known way to access the mouse cursors current ...