Hi,
I have 2 collapsible blocks mobilecollapsblock_92, and mobilecollapsblock_188.
there is a service running to each block.
I am looking to hide one of the blocks on success of the others service
Hi,
I have 2 collapsible blocks mobilecollapsblock_92, and mobilecollapsblock_188.
there is a service running to each block.
I am looking to hide one of the blocks on success of the others service
Hi Michael,
On Service Success event you can run the JS code. Choose the code you like more here: https://getsatisfaction.com/apperyio/...
Hi Michael,
To check if the component is visible or hidden run:
codeAppery("mobilebutton_12").css('visibility')/code
To show/hide use:
codeAppery("mobilebutton_12").hide();
Appery("mobilebutton_12").show(); /code