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
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