Hawk
Posts: 0
Joined: Mon Aug 04, 2014 11:23 am

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:

Image

Thanks,

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Show button

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.

Return to “Issues”