element.hide(); no longer working
Hello, I have this same code in my app...and it works for me..
but instead of Apperyio, try Appery('vimeo').hide();
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/
Hello, I have this same code in my app...and it works for me..
but instead of Apperyio, try Appery('vimeo').hide();
Alex, thanks very much ... but unfortunately that also does not work.
Thank you Igor. The link is http://robertjay.app.appery.io/. Please:
It seems that you are using incorrect component name in your code.
You code:
pre
Appery('vimeo').hide();
/pre
Should be:
pre
Appery('helpvideo').hide();
/pre
Thank you so much Igor - and I apologize for wasting your time. It works perfectly. I must have looked at the code a dozen times and never saw my mistake. Thanks again.
Hi - I have a textarea control called 'custom_address' for which the command...
Appery('custom_address').show();
...appears not to work. I need help with that (and the related command to hide the control). I have no trouble getting both to work with other controls.Thanks very much.