( elem, el )
| 7332 | } |
| 7333 | |
| 7334 | function isHidden( elem, el ) { |
| 7335 | elem = el || elem; |
| 7336 | return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem ); |
| 7337 | } |
| 7338 | |
| 7339 | function showHide( elements, show ) { |
| 7340 | var elem, display, |
no outgoing calls
no test coverage detected
searching dependent graphs…