We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fce644 commit f47e28dCopy full SHA for f47e28d
1 file changed
README.md
@@ -35,7 +35,8 @@ You can submit the options object like:
35
prepend: null,
36
manuallyCopyFormValues: true,
37
deferred: $.Deferred(),
38
- timeout: 250
+ timeout: 250,
39
+ title: null
40
});
41
```
42
@@ -95,6 +96,11 @@ Currently this plugin supports the following options:
95
96
- Acceptable-Values: Time in Milliseconds for `setTimeout`
97
- Function: To change the amount of time to wait for the content, etc to load before printing the element from the new window/iframe created
98
99
+####title
100
+
101
+ - Default: `null`, uses the host page title
102
+ - Acceptable-Values: Any single-line string
103
+ - Function: To change the printed title
104
105
## Tested with
106
0 commit comments