Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if(item.status)
  2. {
  3. if(item.cma=='1')
  4. {
  5. $('#cma').attr('checked','checked');
  6. }else{$('#cma').removeAttr('checked');}
  7. }else{
  8. $('#cma').removeAttr('checked');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement