$(document).ready( function(){
$.fn.snow();
});
(function($){$.fn.snow=function(options){var $flake=$('
').css({'position':'absolute','top':'-50px'}).html('❄'),documentHeight=$(document).height(),documentWidth=$(document).width(),defaults={minSize:10,maxSize:20,newOn:500,flakeColor:"#FFFFFF"},options=$.extend({},defaults,options);var...
24 Cool PHP Libraries You Should Know About
