Returns error: $(this).caret is not a function.
The function must be part of the plugin you alluded to.

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.

Reply via email to