[jQuery] validate plugin only checking first required input

2009-07-12 Thread Zac Witte
the validate plugin at the form at the below URL is validating as true as long as the first required input is valid even though subsequent required fields are invalid. It even gives the invalid class to all fields correctly but the submitHandler function is triggered anyway. I have an alert trigg

[jQuery] Re: Getting the current page HTML URL via JQuery variable

2009-07-12 Thread Zac Witte
you don't need jquery - just window.location alert(window.location); On Jul 12, 4:50 am, Alexandru Adrian Dinulescu wrote: > I am trying to get the current page HTML URL (the one at the top in the > address box) and place it in a variable. Any help ? > > --- > Alexandru Dinulesc