|
[jQuery] Re: What am i doing wrong????: msg#02926jQuery
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 type it int the box - i need the radio button to move. And conversly if they go from the box to a radio button the box needs to clear out. For some reason this stoped working: $("input[name='PlannedInvitationsOther']").focus (function(){$("input[name='PlannedInvitations'][value='Other']").attr('checked',true);} ) $("input[name='PlannedInvitations']").focus (function(){ $("input[name='PlannedInvitationsOther']").removeAttr("value"); } ) Ideas why? On Fri, Jul 31, 2009 at 3:38 PM, Leonardo K <leok85@xxxxxxxxx> wrote: You are not closing the brackets in theses rules: PlannedInvitationsOther and PlannedAttendanceOther
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |