mirror of
https://github.com/wahyd4/jQuery.print.git
synced 2026-08-09 04:46:31 +10:00
Added Readme.md
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
/* jQuery.print, version 0.1
|
||||
* (c) Sathvik Ponangi
|
||||
*
|
||||
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/)
|
||||
*--------------------------------------------------------------------------*/
|
||||
|
||||
(function($) {
|
||||
|
||||
Reference in New Issue
Block a user