[jQuery] how to submit features to someone else's plugin (masked input)

2008-09-27 Thread Eric C
Hello: I've added some features to Josh Bush's Masked Input plugin, but I can't seem to get in touch with him via his website. I've added a suggested setting, which suggests a character that would be used in a character position in the field, e.g. (".monthNumber").mask("99", {suggested: "0"} )

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-26 Thread Eric C
I asked for the custom masks based on a website I'm doing where the customers will have to input their prescription numbers. The numbers are alien to the customer (just like for you) and are prone to errors. The custom masks add lots of flexibility to the plugin: For example, prescriptions go u

[jQuery] Re: switch between two class - Basic Issue

2007-07-25 Thread Eric C
shouldn't your line: $("collapsibleopen").click(function(){ be $(".collapsibleopen").click(function(){ ? On Jul 25, 3:28 pm, "Mario Moura" <[EMAIL PROTECTED]> wrote: > Hi Folks > > I am trying switch between two class > > Is it possible? > > $(document).ready(function(){ > > $(".collapsible .c

[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

[jQuery] Re: selecting next/prev element in a table

2007-07-25 Thread Eric C
I had a similar problem, except using inputs rather than checkboxes. I also went forward only, but I think you could modify or at least use it as a starting point. Here is the thread where it was posted: http://groups.google.com/group/jquery-en/browse_thread/thread/d9f526718f3feaa0/d5d137d73d79d