Hi there,
A few things to consider..
>From your HTML form code:
change this:
to:
>From you JS Code:
Change the following:
$("input[checkout]")
to read:
$("input[name=checkout]"); // you are matching attribute 'name' with
value 'checkout'
Regarding checking checkbox is checked or not u
--
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of osu
Sent: Friday, April 03, 2009 7:42 AM
To: jQuery (English)
Subject: [jQuery] Re: Problem validating checkbox before allowing submit of
form
Anyone? Pretty please :)
On Apr 3, 9:16 am, osu wrote:
> Hi,
>
>
halo... 2 the point.. how to parsing xml with jquery? thanks
Anyone? Pretty please :)
On Apr 3, 9:16 am, osu wrote:
> Hi,
>
> I'm trying to validate a checkbox before going to checkout in a shop
> (without using the validate plugin), but the JQuery doesn't seem to be
> working at all (i.e. nothing happens). Tried debugging in Firebug, but
> I can't seem
4 matches
Mail list logo