Page 2 of 2

This is someting wrong with show() and hide() of the Grid component.

Posted: Sun Jan 26, 2014 7:47 pm
by Igor

Lets try this code:
pre
code
var val = Appery("mobileselectmenu_7").val();
console.log("couponState: " + val);

if (val =="0") {
$('[dsid="mobilegrid_9"]').show();
$('[dsid="mobilegrid_23"]').hide();
cop_list.execute();
} else {
$('[dsid="mobilegrid_23"]').show();
$('[dsid="mobilegrid_9"]').hide();
list_todo.execute();
}
/code
/pre


This is someting wrong with show() and hide() of the Grid component.

Posted: Mon Jan 27, 2014 1:07 am
by Crystal

Hello,
It works fine. I frogot to clear the browser cache. Thanks very much!