added a quick note to the docs for the new mode

This commit is contained in:
Arham Jain 2021-11-24 20:33:48 -05:00
parent 5045534d26
commit 081a99419e

View File

@ -16,6 +16,7 @@ The possible values of this attribute are:
* `afterbegin` - Insert the response before the first child of the target element
* `beforeend` - Insert the response after the last child of the target element
* `afterend` - Insert the response after the target element
* `delete` - Deletes the target element regardless of the response
* `none`- Does not append content from response (out of band items will still be processed).
These options are based on standard DOM naming and the