Skip to content

Commit c3f8938

Browse files
authored
Update support.md
1 parent 2e8a2c0 commit c3f8938

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/support.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Below are some of the most frequently asked questions.
1414

1515
This might happen if your container contains images with a non-fixed height. Try to set the height attribute on your images, or initialize Infinite AJAX Scroll after the images have loaded.
1616

17+
One possible way to achieve this is using the window.onload event:
18+
19+
```
20+
$(window).on("load", function() {
21+
// IAS code here
22+
});
23+
```
24+
1725
### Uncaught Error: Syntax error, unrecognized expression
1826

1927
This might happen if there is content (most of the time whitespace) before the `!DOCTYPE` tag. Make sure there is no whitespace before the `<!DOCTYPE>` tag.

0 commit comments

Comments
 (0)