Skip to content

Commit

Permalink
The Request.HTML filter option can be a selector as well as a functio…
Browse files Browse the repository at this point in the history
…n -> mixed
  • Loading branch information
Arian committed May 24, 2010
1 parent b60a857 commit 33d9275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Request/Request.HTML.md
Expand Up @@ -20,7 +20,7 @@ Request Specifically made for receiving HTML.
* evalScripts - (*boolean*: defaults to true) If set to true, `script` tags inside the response will be evaluated. This overrides the `false` default from Request.
* update - (*element*: defaults to null) The Element to insert the response text of the Request into upon completion of the request.
* append - (*element*: defaults to null) The Element to append the response text of the Request into upon completion of the request.
* filter - (*selector*: defaults to null) To filter the response tree by a selector. See [Elements:filter][]
* filter - (*mixed*: defaults to null) To filter the response tree by a selector or function. See [Elements:filter][]

### Events:

Expand Down

0 comments on commit 33d9275

Please sign in to comment.