Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

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();

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

element.hide(); no longer working

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

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

element.hide(); no longer working

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.
Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

element.hide(); no longer working

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

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

element.hide(); no longer working

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.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

element.hide(); no longer working

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.

Return to “Issues”