Posts by corujasdev • 11 points
1 post
-
0
votes2
answers211
viewsA: Checking if element is visible with jQuery
Use function (). is of jQuery: if ($('#divFiltros').is(":visible")) { alert(true); } else { alert(false); }
1 post
0
votes2
answers211
viewsUse function (). is of jQuery: if ($('#divFiltros').is(":visible")) { alert(true); } else { alert(false); }