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
Copy file name to clipboardExpand all lines: doc/methods.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ jQuery.ias().bind();
11
11
12
12
### destroy
13
13
14
-
Alias of [unbind](methods.html#unbind) method.
14
+
Unbinds and destroys instance.
15
15
16
16
### extension
17
17
@@ -29,6 +29,14 @@ Initializes Infinite AJAX Scroll. Normally this happens when the DOM is ready (`
29
29
jQuery.ias().initialize();
30
30
```
31
31
32
+
### reinitialize
33
+
34
+
Reinitializes Infinite AJAX Scroll after a DOM update. DOM updates could be made by page updates via AJAX, like changing the sorting of a list, or filtering a result.
0 commit comments