Page 2 of 2

Show button

Posted: Mon Mar 23, 2015 8:14 am
by Hawk

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:

Image

Thanks,


Show button

Posted: Wed Mar 25, 2015 5:18 am
by Yurii Orishchuk

Hi Hawk,

It seems problem in jQuery ":visible" selector for chrome browser.

Please check this thread: http://stackoverflow.com/questions/83...

Also try this code in other browsers.

Regards.