[jQuery] Re: Masked Input Plugin Direction

2007-10-21 Thread Dan G. Switzer, II
ay be some stuff you can use as it does do the exact formatting you're looking for. -Dan >-Original Message- >From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Josh Bush >Sent: Saturday, October 20, 2007 11:23 PM >To: jQuery (English) >Subject:

[jQuery] Re: Masked Input Plugin Direction

2007-10-20 Thread Josh Bush
Thanks for the input I like the idea of just giving a string for formatting purpose and then overriding the default behavior with some other kind of include to specify decimal and grouper. I'll come up with something for that. What's your take on including with the mask plugin? They might share

[jQuery] Re: Masked Input Plugin Direction

2007-10-20 Thread Jörn Zaefferer
Josh Bush schrieb: A lot of people seem to need dynamic width number masking. Where currency symbols, decimal separators, and thousands separators are applied automatically. I'm thinking about taking this on, but I have a few questions. 1.Should is be a part of the masked input plugin or a se

[jQuery] Re: Masked Input Plugin Direction

2007-10-20 Thread sidisinsane
I've been using a i18n.css which makes heavy use of serving language specific styles using the lang attribute as selector. While at the moment this is pure css (IE needs some javascript), I would love to see more use of the lang attribute in more sofisticated ways. Just for better understanding,