hide component
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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