Skip to content

Commit

Permalink
try to get formatting right
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Apr 1, 2010
1 parent 81da87b commit f9979fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -9,11 +9,11 @@ Tested on Firefox, Chrome, Safari, IE7.


## Usage
<script src="./lib/jquery-1.4.2.js"></script>
<script src="./jquery.color_spy-0.1.0.js"></script>
<script type="text/javascript">
<script src="./lib/jquery-1.4.2.js"></script>
<script src="./jquery.color_spy-0.1.0.js"></script>
<script type="text/javascript">
alert($('.selector').backgroundColor());
&lt;/script>
</script>

### $(...).backgroundColor()

Expand Down

0 comments on commit f9979fd

Please sign in to comment.