Hello,
As suggested in the thread here (https://getsatisfaction.com/apperyio/...), I had been using
jQuery('[name="googlemap_29"]').css("visibility", "hidden");
jQuery('[name="googlemap_29"]').css("visibility", "visible");
to hide and display maps when I needed to. On checking today (browser, iOS device), the above commands are suddenly failing to achieve desired effect.
Is there a change in Appery causing this? Will appreciate advise of resolution soon as it is breaking the functionality that took us time to build and quite a bit is riding on the use of above JS to hide and display maps.
PS - Use of $('[dsid="googlemap"]').hide() skews markers and all the display within the maps (which are bounded appropriately in JS), so we'd rather not use it . Hope you can help fix the above JS working in Appery.