[jQuery] Re: jquery password compare....URGENT HELP!!

2009-08-12 Thread Joel Polsky
Any one have an answer On Wed, Aug 12, 2009 at 9:49 AM, PictureMan wrote: > Can anyone see what's wrong with this: > The behavior that is happening is that it does validate and > compare..but DOESN'T CHECK FOR LENGTH. > > Password: {required: true, minlength: 6}, >re

[jQuery] Re: What am i doing wrong????

2009-08-02 Thread Joel Polsky
IS that correct sytnax?? On Fri, Jul 31, 2009 at 7:08 PM, Joel Polsky wrote: > Like this? (Which doesn't work) > > $("input[name=PlannedInvitationsOther]").focus(function(){ > > $("input[name=PlannedInvitations][value=Other]").attr('checked'

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Joel Polsky
Like this? (Which doesn't work) $("input[name=PlannedInvitationsOther]").focus(function(){ $("input[name=PlannedInvitations][value=Other]").attr('checked','checked'); } ); On Fri, Jul 31, 2009 at 7:00 PM, FrenchiInLA wrote: > > > You should have .attr('checked','checked'), by the way you

[jQuery] Re: What am i doing wrong????

2009-07-31 Thread Joel Polsky
Ah.. one darn missing suqiggly can ruin the whole darn thing... Another question, related to that... I want when the user clicks inside the text box, that the matching radio button becomes the selected button. Hence if they selected 100 invitations,but then decided they want 10,000, thus have to

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-31 Thread Joel Polsky
Can anyone shine more light on this??? On Thu, Jul 30, 2009 at 3:28 PM, Joel Polsky wrote: > > > On Thu, Jul 30, 2009 at 1:16 PM, Brett Ritter wrote: > >> >> On Thu, Jul 30, 2009 at 11:11 AM, PictureMan >> wrote: >> > It works great in FF, but not in IE!!!

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread Joel Polsky
On Thu, Jul 30, 2009 at 1:16 PM, Brett Ritter wrote: > > On Thu, Jul 30, 2009 at 11:11 AM, PictureMan > wrote: > > It works great in FF, but not in IE!!! What can I do to fix? There's > > too much code to post online. But I can tell you about it's > > conctruction.. It's a mix of ColdFusioin and