mirror of
https://github.com/wahyd4/jQuery.print.git
synced 2026-08-10 21:35:55 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27b135d6fe | ||
|
|
55fdc5be3b |
@@ -0,0 +1,2 @@
|
||||
bower_components
|
||||
node_modules
|
||||
@@ -79,7 +79,7 @@ Currently this plugin supports the following options:
|
||||
[CC-BY](http://creativecommons.org/licenses/by/3.0/).
|
||||
|
||||
## Demo
|
||||
[jsFiddle](http://jsfiddle.net/5V24U/27/)
|
||||
[jQuery.print/demo](http://doersguild.github.io/jQuery.print/demo/)
|
||||
|
||||
---------------------------------------
|
||||
Like our [work](http://doersguild.com)? [Get in touch!](mailto:mail@doersguild.com)
|
||||
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "jQuery.print",
|
||||
"main": "jQuery.print.js",
|
||||
"version": "1.2.0",
|
||||
"homepage": "https://doersguild.github.io/jQuery.print/",
|
||||
"authors": [
|
||||
"Sathvik P <sathvik@doersguild.com>"
|
||||
],
|
||||
"description": "Easy to use, Element Printing Plugin for jQuery, for printing specific parts of a page",
|
||||
"keywords": [
|
||||
"print",
|
||||
"element printing",
|
||||
"jquery print"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery":">=1.7.2"
|
||||
},
|
||||
"license": "CC-BY",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user