[jQuery] Sentence Case?

2010-01-03 Thread dmikester1
I can't find any jQuery plugin or even code that will do Sentence Case in a input field onkeyup. Does anyone know how I can do this? Thanks Mike

[jQuery] Re: (validate) error in IE7

2009-11-18 Thread dmikester1
Hey Jörn, Do you have a fix for this? Thanks Mike On Nov 17, 9:59 am, dmikester1 wrote: > I couldn't figure out how to include stuff like css and images at that > link. > > http://www.michaelandregina.com/chris/form.html > > Thanks > Mike > > On Nov 17,

[jQuery] Re: (validate) error in IE7

2009-11-17 Thread dmikester1
e, Nov 17, 2009 at 4:39 PM, dmikester1 wrote: > > Here is the screenshot of the bug or error in IE7.  Can anyone help me > > figure this one out? > >http://www.michaelandregina.com/jqueryErrorInIE7.png > > Thanks > > Mike

[jQuery] (validate) error in IE7

2009-11-17 Thread dmikester1
Here is the screenshot of the bug or error in IE7. Can anyone help me figure this one out? http://www.michaelandregina.com/jqueryErrorInIE7.png Thanks Mike

[jQuery] I'm getting what looks like a bug in IE7

2009-11-17 Thread dmikester1
Here is the screenshot of the bug or error in IE7. Can anyone help me figure this one out? http://www.michaelandregina.com/jqueryErrorInIE7.png Thanks Mike

[jQuery] Re: Scale "&" symbol in line of text

2009-06-01 Thread dmikester1
> > another alternative is to put each word in their own div, stick all 3 > in a container and float them to the left. then resizing one won't > change the height of the others. > > > On Jun 1, 1:56 pm, dmikester1 wrote: >> Hello, >> I am creating a wedding

[jQuery] Scale "&" symbol in line of text

2009-06-01 Thread dmikester1
Hello, I am creating a wedding website for a friend. I have their names at the top of the page in a large font with an "&" in between like "Mike Smith & Suzy Jones". I would like to have it so that when you first visit the page the "&" grows bigger and then shrinks back to normal size. I saw t

[jQuery] validation: show only certain errors messages

2008-12-01 Thread dmikester1
I am using the validation plugin. Very cool! I want it to only display the specific error the my email input and for nothing else. I just have a summary of "X errors" at the top and each field is highlighted yellow and bordered red. How can I have it only show the specific error for the email

[jQuery] validate - only show certain messages

2008-11-25 Thread dmikester1
I am using the validate plugin. It is very cool and very handy. I want to only show the label message error for my email and not show them for any other inputs. Can someone help me with this? Thanks Mike