[jQuery] Re: alternate next() behavior

2007-07-26 Thread Josh Bush
I found a bug and updated the file at http://digitalbush.com/files/jquery/findnext/jquery.findnext.js It seems like it's doing what I need it to do now. Josh On Jul 25, 4:49 pm, Josh Bush <[EMAIL PROTECTED]> wrote: > I think I'll be doing a final 1.0 release of masked input. Thanks for > keep

[jQuery] Re: alternate next() behavior

2007-07-25 Thread Josh Bush
I think I'll be doing a final 1.0 release of masked input. Thanks for keeping me on my toes. I kind of need mine to be very flexible, so I came up with this: http://digitalbush.com/files/jquery/findnext/jquery.findnext.js All you do is "$('something').findNext(optional selector);" It's totally

[jQuery] Re: alternate next() behavior

2007-07-25 Thread Eric C
Josh: I had a similar issue, in fact using your very own maskedInput plugin. I wanted the :completed callback to tabOver to the next input, regardless of the location. I posted the code that works for me on this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/d9f526718f3fe