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.

Reply via email to