Re: JavaScript Question - $isCustomizedIops.is(':checked')

2013-11-06 Thread Mike Tutkowski
kowski [mailto:[email protected]] > Sent: Wednesday, November 06, 2013 10:10 AM > To: [email protected] > Subject: Re: JavaScript Question > > This is just a guess, but I'm thinking if the checkbox is not visible, then > ":checked" always returns fal

RE: JavaScript Question - $isCustomizedIops.is(':checked')

2013-11-06 Thread Jessica Wang
mizedIops.is(':checked')" Jessica -Original Message- From: Mike Tutkowski [mailto:[email protected]] Sent: Wednesday, November 06, 2013 10:10 AM To: [email protected] Subject: Re: JavaScript Question This is just a guess, but I'm thinking if the

Re: JavaScript Question

2013-11-06 Thread Mike Tutkowski
This is just a guess, but I'm thinking if the checkbox is not visible, then ":checked" always returns false (which would be weird). I do make the checkbox visible before using ":checked", but it's possible this visibility change doesn't take effect until after the event handler finishes. Any thou