Skip to content

Commit 000bddd

Browse files
authored
Update events.md
1 parent b6ea1cd commit 000bddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The load event object contains the following properties.
2525
| event.url | string | url that will be loaded |
2626
| event.ajaxOptions | object | options that are passed to [$.ajax method](http://api.jquery.com/jquery.ajax/) |
2727

28-
Using this event it is possible to change the requested url. This can be useful to append an arbitrary parameter to the requested url so the server can handle the request differently. For example to optimize the returned url by stripping everything outside the container element (header, footer, etc.).
28+
Using this event it is possible to change the requested url. This can be useful to append an arbitrary parameter to the requested url so the server can handle the request differently. For example to optimize the returned html by stripping everything outside the container element (header, footer, etc.).
2929

3030
```javascript
3131
ias.on('load', function(event) {

0 commit comments

Comments
 (0)