third-party/jQuery/jquery-1.12.1.js 1 location
|
@@ 6924-6932 (lines=9) @@
|
| 6921 |
|
|
| 6922 |
|
// Set the display of most of the elements in a second loop |
| 6923 |
|
// to avoid the constant reflow |
| 6924 |
|
for ( index = 0; index < length; index++ ) { |
| 6925 |
|
elem = elements[ index ]; |
| 6926 |
|
if ( !elem.style ) { |
| 6927 |
|
continue; |
| 6928 |
|
} |
| 6929 |
|
if ( !show || elem.style.display === "none" || elem.style.display === "" ) { |
| 6930 |
|
elem.style.display = show ? values[ index ] || "" : "none"; |
| 6931 |
|
} |
| 6932 |
|
} |
| 6933 |
|
|
| 6934 |
|
return elements; |
| 6935 |
|
} |
third-party/jQuery/jquery-2.2.1.js 1 location
|
@@ 6056-6064 (lines=9) @@
|
| 6053 |
|
|
| 6054 |
|
// Set the display of most of the elements in a second loop |
| 6055 |
|
// to avoid the constant reflow |
| 6056 |
|
for ( index = 0; index < length; index++ ) { |
| 6057 |
|
elem = elements[ index ]; |
| 6058 |
|
if ( !elem.style ) { |
| 6059 |
|
continue; |
| 6060 |
|
} |
| 6061 |
|
if ( !show || elem.style.display === "none" || elem.style.display === "" ) { |
| 6062 |
|
elem.style.display = show ? values[ index ] || "" : "none"; |
| 6063 |
|
} |
| 6064 |
|
} |
| 6065 |
|
|
| 6066 |
|
return elements; |
| 6067 |
|
} |
third-party/angularjs/angular-1.5.0/docs/components/jquery-2.1.1/jquery.js 1 location
|
@@ 5863-5871 (lines=9) @@
|
| 5860 |
|
|
| 5861 |
|
// Set the display of most of the elements in a second loop |
| 5862 |
|
// to avoid the constant reflow |
| 5863 |
|
for ( index = 0; index < length; index++ ) { |
| 5864 |
|
elem = elements[ index ]; |
| 5865 |
|
if ( !elem.style ) { |
| 5866 |
|
continue; |
| 5867 |
|
} |
| 5868 |
|
if ( !show || elem.style.display === "none" || elem.style.display === "" ) { |
| 5869 |
|
elem.style.display = show ? values[ index ] || "" : "none"; |
| 5870 |
|
} |
| 5871 |
|
} |
| 5872 |
|
|
| 5873 |
|
return elements; |
| 5874 |
|
} |