0
'; $(document).ready(function () { $("#AffiliateRequested").change(); }); $("#AffiliateRequested").change(function () { if (this.checked) $("#addressbox").html(address).addClass("form-fields"); else $("#addressbox").html('').removeClass("form-fields"); });