[jQuery] Re: [validate] Jquery validation plugin isn't working in IE

2009-02-04 Thread whtthehecker
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

[jQuery] [validate] Jquery validation plugin isn't working in IE

2009-01-27 Thread whtthehecker
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

[jQuery] Re: Text Manipulation

2009-01-26 Thread whtthehecker
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,

[jQuery] Text Manipulation

2009-01-23 Thread whtthehecker
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