B5107656409
Posts: 0
Joined: Thu Jul 23, 2015 6:39 am

How to show/hide DIV from Appery?

Hello All,

How to show/hide DIV from Appery?
trying Appery('bar').hide(); and Appery('bar').show(); does not work :(

<!--
<div id="bar"
<pCurrent Address</p
<p class="auto"<input id="autoc_currentaddress" type="text" </p
<pDestination Address</p
<p class="auto"<input id="autoc_destination" type="text" </p
<pKM remaining to go</p
<p class="auto"<input id="total" type="text" </p
<
--

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to show/hide DIV from Appery?

Hello,

Apperyio('componentName').hide(); and Apperyio('componentName').show(); work only for Appery.io components. If you want to use the same for you custom tags from the HTML component - Please use simple jQuery CSS seleclor for that, e.g:

$("#bar").hide();

Return to “Issues”