Posts by LcSalazar • 181 points
3 posts
-
2
votes2
answers190
viewsA: What is the meaning of the prefixes of pseudo-elements in css?
In addition to @Sergio’s reply, in English, ordinal numbers (excluding the first three) are completed with th to indicate that they are ordinal: First Second Third Fourth Fifth Sixth Seventh Or they…
-
1
votes2
answers327
viewsA: If condition in variable
If you want the value headerSortDown turn Down, and the value headerSortUp turn Up, can use the function .replace() Javascript to remove the prefix of any value: LastClass =…
-
5
votes4
answers40074
viewsA: What is the difference between display:None and visibility:Hidden?
In addition to what has already been answered (about the space occupied on the page, and the events), it is worth remembering that the display:none;, by removing the element from the DOM context, it…