Skip to content

Commit

Permalink
Reposition pro tip for context
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Dec 31, 2017
1 parent 2791128 commit e362991
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -387,6 +387,12 @@ Similar to `data.fragments`. Each fragment value replaces the `.html` attribute

Similar to `data.fragments`. Each fragment value is prepended to the element(s) found in the key CSS selector

### Response Data Pro Tip

Both `data.html` and `data.fragments` are processed in a single response.
This gives you the ability to replace a submitted form with `data.html` content
while also updating multiple fragments of content on the page.

## Action Attributes

The following attributes are used by eldarion-ajax when processing supported [Actions](#actions).
Expand Down Expand Up @@ -419,12 +425,6 @@ Specify a URL which will return HTML content for the element.
<div class="done-score" data-refresh-url="/users/paltman/done-score/">...</div>
```

### Response Data Pro Tip

Both `data.html` and `data.fragments` are processed in a single response.
This gives you the ability to replace a submitted form with `data.html` content
while also updating multiple fragments of content on the page.


## Handlers: A Batteries-Included Framework

Expand Down

0 comments on commit e362991

Please sign in to comment.