mirror of
https://github.com/eldarion/eldarion-ajax.git
synced 2026-01-09 22:18:03 -05:00
Remove unneeded "ajax" class in example
This commit is contained in:
@@ -117,7 +117,7 @@ trigger the "cancel" event handler. This simply removes from the DOM any element
|
|||||||
found using the selector defined in the `data-cancel-closest` attribute:
|
found using the selector defined in the `data-cancel-closest` attribute:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<a href="#" data-cancel-closest=".edit-form" class="btn btn-secondary ajax">
|
<a href="#" data-cancel-closest=".edit-form" class="btn btn-secondary">
|
||||||
Cancel
|
Cancel
|
||||||
</a>
|
</a>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user