Page 1 of 1

is there any other way to make an element disappear?

Posted: Wed Oct 22, 2014 4:04 pm
by Rafael Marques

is there any other way to make an element disappear?
other than these :

Apperyio ( ' mobileimage_25 ' ) .hide ( ) ;
element.hide ( ' mobileimage_25 ' ) ;

because they do not work


is there any other way to make an element disappear?

Posted: Wed Oct 22, 2014 4:26 pm
by Kateryna Grynko

Hi Rafael,

You can run method .hide(); for any set of components using CSS selector as follows:pre$(".ui-checkbox").hide();/pre


is there any other way to make an element disappear?

Posted: Wed Oct 22, 2014 4:48 pm
by Rafael Marques

but I want to hum Hide Element not do mapeamendo Database .

In A Picture .
When the value to hide the empty element.

Already used the above two options , but none works .

https://getsatisfaction.com/apperyio/...


is there any other way to make an element disappear?

Posted: Wed Oct 22, 2014 5:10 pm
by Kateryna Grynko

Hi Rafael,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us its name.


is there any other way to make an element disappear?

Posted: Thu Dec 25, 2014 7:13 pm
by Alena Prykhodko

Fixed.


is there any other way to make an element disappear?

Posted: Tue Jun 02, 2015 3:11 pm
by Ellen Schlechter

Would this work to just hide the input of a checkbox component? (By that I mean the box that actually gets checked.)