Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. a b c
  2. Name Name1 Name2
  3. Age Age1 Age2
  4. Location Location1 Location3
  5.  
  6. filter = function(){
  7. input = $("#label").text().trim();
  8. document.getElementById("custGroup").style.display = 'none';
  9. document.getElementById("custRegional").style.display = 'none';
  10. document.getElementById("custCpf").style.display = 'none';
  11.  
  12. if(input == "a"){
  13. input == "custGroup";
  14. } else if (input = "b"){
  15. input == "custRegional";
  16. } else {
  17. input == "custCpf";
  18. }
  19. input1 = input.text().trim();
  20. document.getElementById(input1).style.display = 'block';
  21.  
  22. }
  23. filter();
  24.  
  25.  
  26. <div><SpotfireControl id="7561535df6814ba79bcb5d3e3f0947ba" /></div> <br>
  27. <span id="label" style="display: block;"><SpotfireControl id="64a6922459d24021bc7e9f55ca85b382" /> </span>
  28. <br></p>
  29.  
  30. <p>
  31. <div id="custGroup" style="display: none;"><SpotfireControl id="f7a556d5edf4437f90077cacd6a3a860" /></div>
  32. <div id="custRegional" style="display: none;"><SpotfireControl id="3236b7fc32a845b182e50cee17decd2e" /></div>
  33. <div id="custCpf" style="display: block;"><SpotfireControl id="87f980bfaec44d69a6587cfb2ec43c14" /></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement