Show button
Hi Yurii,
The code is on page load (My points page, that shows in the earlier post above with the steps to replicate the issue).
Furthermore, I updated part of the code to be like this:
pre
else if (month.toUpperCase() === "MAR"){
Apperyio("mobileradiobutton_225_226").find(".ui-btn").text("Mar 20"+year);
Apperyio("mobileradiobutton_225_226").show();
mar = "MAR";
console.log('show mobileradiobutton_225_226');
var h = Apperyio("mobileradiobutton_225_226").is(":visible");
console.log('is mobileradiobutton_225_226 visible: '+ h);/pre
So the console log is showing the visibility status right after I use show() method, but surprisingly, the visibility is still false:
Thanks,