Guest User

Untitled

a guest
Aug 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(function() {
  2. var a = "<?php echo $cbonom['tipopost'];?>";
  3. var b = document.getElementById("adjuntarCultura");
  4. var c = document.getElementById("adjuntarDeporte");
  5. if (a == "15") {
  6. b.style.display = "";
  7. }elseif (a == "16"){
  8. c.style.display = "";
  9. }
  10. });
Add Comment
Please, Sign In to add comment