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
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'
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
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
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!!!
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
6 matches
Mail list logo