mirror of
https://github.com/eldarion/eldarion-ajax.git
synced 2026-01-08 21:48:11 -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:
|
||||
|
||||
```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
|
||||
</a>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user