docs(card-refresh): add missing $ in example

This commit is contained in:
REJack 2021-11-25 00:32:22 +01:00
parent 9b7c935958
commit ef6149f39a

View file

@ -21,7 +21,7 @@ Activate the plugin by adding a button with `data-card-widget="card-refresh"` to
The jQuery API provides more customizable options that allows the developer to pre-process the request before rendering and post-process it after rendering. The jQuery API provides more customizable options that allows the developer to pre-process the request before rendering and post-process it after rendering.
```js ```js
('#my-card [data-card-widget="card-refresh"]').CardRefresh(options) $('#my-card [data-card-widget="card-refresh"]').CardRefresh(options)
``` ```
##### Options ##### Options