[jQuery] Re: Problem validating checkbox before allowing submit of form

2009-04-03 Thread osu
Anyone? Pretty please :) On Apr 3, 9:16 am, osu onesiz...@googlemail.com 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

[jQuery] Re: Problem validating checkbox before allowing submit of form

2009-04-03 Thread deepy dee
halo... 2 the point.. how to parsing xml with jquery? thanks

[jQuery] Re: Problem validating checkbox before allowing submit of form

2009-04-03 Thread Rick Faircloth
...@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 onesiz...@googlemail.com wrote: Hi, I'm trying to validate a checkbox before going

[jQuery] Re: Problem validating checkbox before allowing submit of form

2009-04-03 Thread Abdullah Rubiyath
Hi there, A few things to consider.. From your HTML form code: change this: input type=checkbox name=attributes[accept-t-and-c] id=accept-t- and-c value=yes CHECKED / to: input type=checkbox name=attributes[accept-t-and-c] id=accept-t- and-c value=yes checked=checked / From you JS Code: