Tue, Jan 27, 2009 at 11:46 PM,whtthehecker wrote:
>
> > Hi,
>
> > This is my first time using the validation plugin for jquery and i've
> > got it working in firefox but when i test in IE it's not working. Here
> > is the page:http://rickhecker.com/test/login-sign-up/i
Hi,
This is my first time using the validation plugin for jquery and i've
got it working in firefox but when i test in IE it's not working. Here
is the page: http://rickhecker.com/test/login-sign-up/index.html
I'm sure it's something stupid that I'm doing because I don't see
anyone else having t
This works great! Thanks a lot for the help Jay!
On Jan 23, 7:08 pm, jay wrote:
> Something like this should work:
>
> str = $(textinput).val();
> $(textinput).val( str.substr(0,str.indexOf("@")) );
>
> On Jan 23, 7:51 pm, whtthehecker wrote:
>
> > Hi,
Hi,
I'm trying to create a sign up form where after the user inputs their
email address when they click or tab down to the next field (username
field) it auto-populates it with their email address but with the
"@x.xxx" section stripped from it. i.e. if the user puts
"j...@johndoe.com" into th
4 matches
Mail list logo