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"} )
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
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
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
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
5 matches
Mail list logo