Re: [jQuery] Need help implementing validation...

2007-03-08 Thread Jörn Zaefferer
Rick Faircloth schrieb: > Well now I'm getting somewhere... > > What was happening is that all the form fields (Principal, Interest, Years) > in the MC_Form did not have id's assigned to them by me. > > However, when rendered, the fields were being automatically assigned > an id such #MC_FormPrinci

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
this one! I sure I'll be back with plenty more questions as I learn more about jQuery, the plug-ins, and Firebug! Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Rudd Sent: Wednesday, March 07, 2007 11:24 PM To: jQuery Discussion. S

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday, March 07, 2007 6:26 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrieb: > Thanks for looking at it, Jorn... > > It's

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
;... Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday, March 07, 2007 6:26 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrieb: > Thanks for looking at it, J

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Karl Rudd
t doesn't show but one reference to that id... > > Rick > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Rudd > Sent: Wednesday, March 07, 2007 10:04 PM > To: jQuery Discussion. > Subject: Re: [jQuery] Need help implementi

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Rudd Sent: Wednesday, March 07, 2007 10:04 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... - Open Firebug. - Make sure the "Console" tab is selected. - Down the bottom there is a sm

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
07 10:49 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... You can open firebug by clicking the little green/gray/red icon in the bottom right of the screen. If you're running it for the first time it'll ask you to enable Firebug, do so, then follow

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread John Resig
Get Firebug and execute this on the console to see the element: > > $("#Mortgage_Calculation_Form")" > > > > How exactly do I "execute this on the console?" > > > > Rick > > > > > > -----Original Message- > > From:

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Karl Rudd
$("#Mortgage_Calculation_Form")" > > How exactly do I "execute this on the console?" > > Rick > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Jörn Zaefferer > Sent: Wednesday, March 07, 2007

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
;)" How exactly do I "execute this on the console?" Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday, March 07, 2007 6:26 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation...

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Jörn Zaefferer
Rick Faircloth schrieb: > Thanks for looking at it, Jorn... > > It's still not working. I checked the version of the validation plugin > and Firebug tells me it's beta 1. > > However, I downloaded the validation plug-in again and also jquery > just to make sure. > > I added the id to the form. > >

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
Any other ideas? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday, March 07, 2007 4:55 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrieb: > Hi, Jorn and thanks

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Jörn Zaefferer
Rick Faircloth schrieb: > Hi, Jorn and thanks for the reply... > > You can see what I'm trying to do by going to > http://bodaford.whitestonemedia.com/html/featured_property_details.cfm?Prope > rty_ID=1 > > Scroll down and click on the "Click here to calculate mortgage payment" and > the > form fie

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Rick Faircloth
TECTED] On Behalf Of Jörn Zaefferer Sent: Wednesday, March 07, 2007 3:09 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrieb: > Strange thing is that your demo's are working in > IE 7 and FF, too. > > But neither for me.

Re: [jQuery] Need help implementing validation...

2007-03-07 Thread Jörn Zaefferer
Rick Faircloth schrieb: > Strange thing is that your demo's are working in > IE 7 and FF, too. > > But neither for me. It must be my code... > Sorry for the confusion, my fault about the not-updated download-label, I fixed that. Of course that doesn't make your code working. Could you post an

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
27; Subject: Re: [jQuery] Need help implementing validation... Well... I did manage to find the beta 1 plugin. However, now it doesn't work in FF and still doesn't work in IE 7... ??? Rick ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
uery Discussion.' Subject: Re: [jQuery] Need help implementing validation... Hey, Jorn (and Josh)... I think the beta 1 will be the answer. When I tried my current coding in Firefox it worked! However, no response in IE 7. Is the link to beta 1 the one under "Files: Download Vali

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
I couldn't find another link. ??? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Tuesday, March 06, 2007 5:22 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrie

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
:22 PM To: jQuery Discussion. Subject: Re: [jQuery] Need help implementing validation... Rick Faircloth schrieb: > Thanks for responding, Josh. > > I know it's a lot of code, but I figured the problem might > be related to the other code. > > How about this part, does it lo

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Josh Nathanson
ne numbers. It also shows AJAX responses which can be helpful. I can't imagine working without it at this point. -- Josh - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "'jQuery Discussion.'" Sent: Tuesday, March 06, 2

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Jörn Zaefferer
Rick Faircloth schrieb: > Thanks for responding, Josh. > > I know it's a lot of code, but I figured the problem might > be related to the other code. > > How about this part, does it look correct? > I haven't been using Firebug, but I'll check into it, too. > Hey Rick, I've just released beta 1

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
Thanks for responding, Josh. I know it's a lot of code, but I figured the problem might be related to the other code. How about this part, does it look correct? I haven't been using Firebug, but I'll check into it, too. Rick

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Josh Nathanson
t; Sent: Tuesday, March 06, 2007 9:23 AM Subject: Re: [jQuery] Need help implementing validation... Anyone got any clues? Anyone at all? Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Tuesday, March 06, 2007 9:42 AM To: 'jQuery Discussion.'

Re: [jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
Anyone got any clues? Anyone at all? Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Tuesday, March 06, 2007 9:42 AM To: 'jQuery Discussion.' Subject: [jQuery] Need help implementing validation... Good morning, all… Can’t get any reactio

[jQuery] Need help implementing validation...

2007-03-06 Thread Rick Faircloth
Good morning, all. Can't get any reaction from the validation code. Here's my script and html. what's wrong with it? (I've included my show/hide script and my CalculateMortgage script in case there's a conflict) The Mortgage Calculation still runs fine, but when I submit the form without an entr