Added Readme.md

This commit is contained in:
Sathvik P
2012-07-17 12:35:58 +05:30
parent 7692c7a40c
commit 4bd49830f5
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
# jQuery Print Plugin
jQuery.print is a plugin for printing specific parts of a page
## Usage
Include it in your HTML after importing jQuery, like:
<script type="text/JavaScript" src="./js/libs/jquery.print.js" />
## Tested on
### jQuery
* [jQuery](http://jquery.com/) v. 1.7.1
### Browser Support (tested versions)
* Google Chrome - v 20
## License
[CC-BY](http://creativecommons.org/licenses/by/3.0/).
## Live at
Comming Soon ...
Do let me know if you are using it and would like to be featured here
+1 -1
View File
@@ -1,6 +1,6 @@
/* jQuery.print, version 0.1
* (c) Sathvik Ponangi
*
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/)
*--------------------------------------------------------------------------*/
(function($) {