There's a $.caret()?
On Jul 2, 8:23 pm, spicyj <[EMAIL PROTECTED]> wrote: > This might be helpful: > > http://pastie.org/226790// shamelessly stolen from the Masked Input > plugin > > $(":text").bind("focus", function() { > $(this).caret(this.value.length); > > }); > > Not tested, so I don't know if it works, but it might.