We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157d5da commit 2a436c9Copy full SHA for 2a436c9
README.md
@@ -72,7 +72,7 @@ template_id - To tell quikr to render this div using *my_template*
72
#### qkr-action
73
Action which is to be taken on click (by default onclick is event)
74
It has following options avaialble
75
-- **qkr-reload** - Reloads template based on addition attributes **qkr-tmpl**
+- **qkr-reload** - Reloads template based on addition attributes **qkr-target**
76
- **qkr-post** - makes post request with on **qkr-url**, with dataset as post params
77
- **qkr-get** - makes get request with on **qkr-url** with dataset as query params
78
- **custom action** - you can define your own actions with **quikr.action** api
0 commit comments