I'm going to give you a Snow effect for your website/blog as a Christmas gift.
You just need to copy and paste the html code I'm giving you below. What this code does is showing a snowfall on your website/blog. Also it shows two Christmas bells hung at the top of the screen.
This does not do any damage to your website.
Copy this code- (For Blogs go to "Layout>Add gadget" and paste this as a "html/java script")
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>
<script src='http://yourjavascript.com/61532113121/new-snofall.js'/>
<script>
$(document).ready( function(){
$.fn.snow({ minSize: 10, maxSize: 50, newOn: 400, flakeColor: '#ffffff' });
});
</script>
0 comments:
Post a Comment