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 the subsequent instructions.
--John On 3/7/07, Karl Rudd <[EMAIL PROTECTED]> wrote: > - Open Firebug. > - Make sure the "Console" tab is selected. > - Down the bottom there is a small text area the has ">>>" at the start of it. > - Enter JavaScript you want to run in there and hit Enter. > > Karl Rudd > > On 3/8/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Thanks, Jorn... > > > > I'll check on the element with the same id. > > > > I've got FF and Firebug up and running and have been using > > it, but I'm unsure how to do what you suggest: > > > > " 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: [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 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. > > > > > > Still having no luck. :o( > > > > > > Any other ideas? > > > > > Yes. You've got a second element with the same ID as your form. > > > > Get Firebug and execute this on the console to see the element: > > $("#Mortgage_Calculation_Form") > > > > You really need to test your selectors until you are absolutely sure > > that you are selecting the right element before doing anything with the > > element. > > > > -- > > Jörn Zaefferer > > > > http://bassistance.de > > > > > > _______________________________________________ > > jQuery mailing list > > discuss@jquery.com > > http://jquery.com/discuss/ > > > > > > > > _______________________________________________ > > jQuery mailing list > > discuss@jquery.com > > http://jquery.com/discuss/ > > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/