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

2013-11-06 Thread Mike Tutkowski
Thanks, Jessica! That did the trick. :) On Wed, Nov 6, 2013 at 3:10 PM, Jessica Wang wrote: > Mike, > > Your $isCustomizedIops is something like: > > > > Custom disk iops > > > > > > > So, if you want to know whether the checkbox is checked or not, you should > use > "($is

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

2013-11-06 Thread Jessica Wang
Mike, Your $isCustomizedIops is something like: Custom disk iops So, if you want to know whether the checkbox is checked or not, you should use "($isCustomizedIops.find('input[type=checkbox]').is(':checked')" instead of "($isCustomizedIops.is(':checked')" Jessica