plugin "snow"
Плагин падающих снежинок.
dependency: jQuery
Start:
<head>
<script src="js/snow.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/snow.css">
<script>
$( document ).ready(function(){
snow('Количество снежинок int')
})
</script>
</head>