Show / Hide Spotfire Controls

html:
<SpotfireControl id="c970da0f1b5549a88d27f368f6770f2f" />
<DIV id="showHidecontainer">
   <SpotfireControl id="46e41710904f47ff968773bc1f3cf1ce" /></DIV>


js:
$("#c970da0f1b5549a88d27f368f6770f2f").on('change',function(){
$("option:selected",this).text()=="Show"?
$("#showHidecontainer").fadeIn():
$("#showHidecontainer").fadeOut()
})



Newest
Previous
Next Post »