jQuery `.is (Phiên bản: có thể nhìn thấy)` không hoạt động trong Chrome
if ($("#makespan").is(":visible") == true) { var make = $("#make").val(); } else { var make = $("#othermake").val(); } Make:<span id=makespan><select id=make></select><span id=othermakebutton class=txtbutton>Other?</span></span><span id=othermakespan style="display: none;"><input type=text name=othermake id=othermake>&nbsp;-&nbsp;<span id=othermakecancel class=txtbutton>Cancel</span></span> Đoạn mã trên chạy trơn tru trong Firefox, nhưng dường như không hoạt động trong Chrome. Trong Chrome, nó hiển …