ntkhang0910
Results
1
comments of
ntkhang0910
if (window.navigator.userAgent.indexOf("Safari") != -1) { var index_highest = 0; $(".modal").each(function () { // always use a radix when using parseInt var index_current = parseInt($(this).css("zIndex"), 10); if (index_current > index_highest) {...