Page 4 of 4

element.hide(); no longer working

Posted: Sun Apr 20, 2014 5:52 am
by Alex GG

Hello, I have this same code in my app...and it works for me..

but instead of Apperyio, try Appery('vimeo').hide();


element.hide(); no longer working

Posted: Sun Apr 20, 2014 2:35 pm
by RobertJay

Alex, thanks very much ... but unfortunately that also does not work.


element.hide(); no longer working

Posted: Sun Apr 20, 2014 2:39 pm
by RobertJay

Thank you Igor. The link is http://robertjay.app.appery.io/. Please:

  1. Click Help button at top right of page.
  2. Click Show help video button.
  3. Click hide button on top... and video remains visible.

element.hide(); no longer working

Posted: Sun Apr 20, 2014 7:15 pm
by Igor

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


element.hide(); no longer working

Posted: Sun Apr 20, 2014 7:26 pm
by RobertJay

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.


element.hide(); no longer working

Posted: Mon Jul 21, 2014 8:38 pm
by RobertJay

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.