Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from okutani-t/fix-readme
Browse files Browse the repository at this point in the history
fix misspelling and closed tag
  • Loading branch information
joaopereirawd committed May 16, 2016
2 parents 6daaa01 + 1a1db2c commit 0e16f0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,23 @@ fakeLoader.js is a lightweight jQuery plugin that helps you create an animated s
<pre>
<code>
&lt;script type="text/javascript"&gt;
$("#fakeloader").fakeLoader();
$("#fakeLoader").fakeLoader();
&lt;/script&gt;
</code>
</pre>

<h1>5. Options</h1>
<pre>
<code><p>&lt;script type="text/javascript"&gt;</p>
$("#fakeloader").fakeLoader({
$("#fakeLoader").fakeLoader({

timeToHide:1200, //Time in milliseconds for fakeLoader disappear
zIndex:999, // Default zIndex
spinner:"spinner1",//Options: 'spinner1', 'spinner2', 'spinner3', 'spinner4', 'spinner5', 'spinner6', 'spinner7'
bgColor:"#2ecc71", //Hex, RGB or RGBA colors
imagePath:"yourPath/customizedImage.gif" //If you want can you insert your custom image

});
&lt;/script&gt;
</code>
</pre>
Expand Down

0 comments on commit 0e16f0d

Please sign in to comment.