You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,10 +108,11 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
105
108
.includeCssProperties( true )
106
109
.includeText( true )
107
110
.includeChildren( true )
111
+
.includeImagesAsBase64( false )
108
112
.friendlyFormat( true )
109
113
.indentSpaces( 2 )
110
114
.ignoreNodeTypes( "q" )
111
-
.ignoreNodeCondition( null ),
115
+
.ignoreNodeCondition( null )
112
116
.ignoreCssProperties( "padding" )
113
117
.ignoreAttributes( "data-your-attribute" )
114
118
.generateUniqueMissingIds( false )
@@ -164,9 +168,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
164
168
</div>
165
169
```
166
170
167
-
To see a list of all the available binding options you can use for "data-jhson-js", click [here](docs/binding/OPTIONS.md).
171
+
To see a list of all the available binding options you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options.html).
168
172
169
-
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](docs/binding/CUSTOM_TRIGGERS.md).
173
+
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options-custom-triggers.html).
170
174
171
175
<br>
172
176
@@ -186,7 +190,7 @@ To customize, and get more out of JHson.js, please read through the following do
186
190
187
191
### 1. Public Functions:
188
192
189
-
To see a list of all the public functions available, click [here](docs/PUBLIC_FUNCTIONS.md).
193
+
To see a list of all the public functions available, click [here](https://www.william-troup.com/jhson-js/documentation/public-functions.html).
190
194
<br>
191
195
<br>
192
196
@@ -203,4 +207,4 @@ Configuration options allow you to customize how JHson.js will function. You ca
203
207
</script>
204
208
```
205
209
206
-
To see a list of all the available configuration options you can use, click [here](docs/configuration/OPTIONS.md).
210
+
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/jhson-js/documentation/options.html).
@@ -86,10 +89,11 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
86
89
.includeCssProperties( true )
87
90
.includeText( true )
88
91
.includeChildren( true )
92
+
.includeImagesAsBase64( false )
89
93
.friendlyFormat( true )
90
94
.indentSpaces( 2 )
91
95
.ignoreNodeTypes( "q" )
92
-
.ignoreNodeCondition( null ),
96
+
.ignoreNodeCondition( null )
93
97
.ignoreCssProperties( "padding" )
94
98
.ignoreAttributes( "data-your-attribute" )
95
99
.generateUniqueMissingIds( false )
@@ -143,9 +147,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
143
147
</div>
144
148
```
145
149
146
-
To see a list of all the available binding options you can use for "data-jhson-js", click [here](docs/binding/OPTIONS.md).
150
+
To see a list of all the available binding options you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options.html).
147
151
148
-
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](docs/binding/CUSTOM_TRIGGERS.md).
152
+
To see a list of all the available custom triggers you can use for "data-jhson-js", click [here](https://www.william-troup.com/jhson-js/documentation/binding-options-custom-triggers.html).
149
153
150
154
151
155
### 5. Finishing Up:
@@ -160,7 +164,7 @@ To customize, and get more out of JHson.js, please read through the following do
160
164
161
165
### 1. Public Functions:
162
166
163
-
To see a list of all the public functions available, click [here](docs/PUBLIC_FUNCTIONS.md).
167
+
To see a list of all the public functions available, click [here](https://www.william-troup.com/jhson-js/documentation/public-functions.html).
164
168
165
169
166
170
### 2. Configuration:
@@ -175,4 +179,4 @@ Configuration options allow you to customize how JHson.js will function. You ca
175
179
</script>
176
180
```
177
181
178
-
To see a list of all the available configuration options you can use, click [here](docs/configuration/OPTIONS.md).
182
+
To see a list of all the available configuration options you can use, click [here](https://www.william-troup.com/jhson-js/documentation/options.html).
0 commit comments