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

2009-02-04 Thread whtthehecker
This solved it! Thanks a lot for the help Jörn! On Jan 28, 12:34 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: I'm sorry, but you have trailing commas:http://www.pluralsight.com/community/blogs/fritz/archive/2007/06/19/4... I hope its not too late :-) Jörn On Tue, Jan 27,

[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

[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 jay.ab...@gmail.com wrote: Something like this should work: str = $(textinput).val(); $(textinput).val(  str.substr(0,str.indexOf(@))  ); On Jan 23, 7:51 pm, whtthehecker hecker.r...@gmail.com wrote: Hi, I'm

[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 the