Guest User

Untitled

a guest
Mar 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. //if (document.getElementsByClassName('chkaddress').checked) {
  2. $('#DivCommunicationAddress').show();
  3. }
  4. else {
  5.  
  6. $('#DivCommunicationAddress').show();
  7. }
  8.  
  9. @Html.CustomCheckBoxFor(Employee => Employee.IsActive, new { @class = "ui-checkbox chkaddress" })
  10. @Html.LabelFor(Employee=>Employee.IsActive, "Same As Home Address")
Add Comment
Please, Sign In to add comment