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
@@ -91,9 +91,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
91
91
</script>
92
92
```
93
93
94
-
To see a list of all the available binding options you can use for "data-observe-watch-options", and "watch()", click [here](docs/binding/options/OPTIONS.md).
94
+
To see a list of all the available binding options you can use for "data-observe-js", and "watch()", click [here](docs/binding/options/OPTIONS.md).
95
95
96
-
To see a list of all the available custom triggers you can use for "data-observe-watch-options", and "watch()", click [here](docs/binding/options/CUSTOM_TRIGGERS.md).
96
+
To see a list of all the available custom triggers you can use for "data-observe-js", and "watch()", click [here](docs/binding/options/CUSTOM_TRIGGERS.md).
@@ -75,9 +75,9 @@ Make sure you include the "DOCTYPE html" tag at the top of your HTML, as follows
75
75
</script>
76
76
```
77
77
78
-
To see a list of all the available binding options you can use for "data-observe-watch-options", and "watch()", click [here](https://github.com/williamtroup/Observe.js/blob/main/docs/binding/options/OPTIONS.md).
78
+
To see a list of all the available binding options you can use for "data-observe-js", and "watch()", click [here](https://github.com/williamtroup/Observe.js/blob/main/docs/binding/options/OPTIONS.md).
79
79
80
-
To see a list of all the available custom triggers you can use for "data-observe-watch-options", and "watch()", click [here](https://github.com/williamtroup/Observe.js/blob/main/docs/binding/options/CUSTOM_TRIGGERS.md).
80
+
To see a list of all the available custom triggers you can use for "data-observe-js", and "watch()", click [here](https://github.com/williamtroup/Observe.js/blob/main/docs/binding/options/CUSTOM_TRIGGERS.md).
_configuration.attributeNotSetErrorText=getDefaultString(_configuration.attributeNotSetErrorText,"The attribute '{{attribute_name}}' has not been set correctly.");
Copy file name to clipboardExpand all lines: docs/binding/options/CUSTOM_TRIGGERS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Observe.js - Binding Options - Custom Triggers:
2
2
3
-
Below is a list of all the custom triggers supported in the "data-observe-watch-options" binding attribute for DOM elements. These options are also supported when calling the public function "watch()".
3
+
Below is a list of all the custom triggers supported in the "data-observe-js" binding attribute for DOM elements. These options are also supported when calling the public function "watch()".
Copy file name to clipboardExpand all lines: docs/binding/options/OPTIONS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Observe.js - Binding Options:
2
2
3
-
Below is a list of all the options supported in the "data-observe-watch-options" binding attribute for DOM elements. These options are also supported when calling the public function "watch()".
3
+
Below is a list of all the options supported in the "data-observe-js" binding attribute for DOM elements. These options are also supported when calling the public function "watch()".
4
4
<br>
5
5
<br>
6
6
@@ -27,7 +27,7 @@ Below is a list of all the options supported in the "data-observe-watch-options"
0 commit comments