Saad Bashir

Resultados 1 preguntas formuladas por Saad Bashir

jQuery `.is(":visible")` no funciona en Chrome

13
respuestas
220
votos
624.1k
vistas

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> - <span id=othermakecancel class=txtbutton>Cancel</span></span>