Problem with hiding and showing elements
Hello,
I use fadetoggle function to show/hide some interface elements like GRID1 and GRID2 after clicking. It worked fine in previous Appery version but now it only hides GRID1 but does not show GRID2.
I have following script attached to CLICK event on GRID1 ELEMENT:
this script passes variable, allowing to identify which list item was clicked, to another script responsible for hiding/showing list elements:
Looks like now this script is only capable of hiding GRID1 but does not show GRID2 (as you can see fadetoggle function responsible for showing GRID2 is nested in fadetoggle responsible for hiding GRID1).
Steps to reproduce:
1) Open APP.
2) Enter "Banan" into search box and press ENTER.
3) Click on any table displayed in search results. You will see that it will hide this table but will not show the second element.
You can see how it should work in the previous version available here:
http://www.3mamcukier.pl/index.php/3mc
Can you please help me with that issue? My app is called 3MC and is shared with you.