Skip to content

MalikIngham/makeItRain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

<h1><span>makeItRain.js: </span> a Jquery Plugin</h1>

<div class="explain">

A jquery plugin that will help you 'make it rain' all over your website!

		<p>Start off by downloading makeItRain.js, adding it to your scripts file and makeItRain.css and adding it to your styles files.</p>

		<p> Link JQuery and makeItRain.js into your HTML document by copying the following code into your site:</p>
		 <div class="code">
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src="makeItRain.js" > </script>
		 </div>

Link the CSS stylesheet into your HTML file by copying the following code into the head.

<link rel="stylesheet" type="text/css" href="makeItRain.css">

Add the functionality to your site!

Decide what click function you want to activate makeItRain.js.Copy the following code into your .js file, and don't forget to replace 'whateverYouWantToClick' with the actual element needed to be clicked

$('whateverYouWantToClick').makeItRain()

About

a jquery plugin that will help you 'make it rain' all over your website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 69.0%
  • JavaScript 31.0%