Une librairie CSS pour afficher les éléments en style NES
Librairie pour avoir des confirmations avec Bootstrap
https://github.com/mistic100/Bootstrap-Confirmation/issues/24
hamburger menu with animations
::-webkit-scrollbar {
display: none;
}Onglets material faits avec du CSS et jQuery
Permet de créer un scroll to top en jQuery (ou JS pure)
N'apparaît pas lorsqu'on est en haut de la page et apparaît lorsqu'on descend
La manière la plus simple de rendre un tableau responsive...
<div style="overflow-x:auto;">
<table>
...
</table>
</div>