We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e5fe5 commit 48d7894Copy full SHA for 48d7894
README.md
@@ -128,6 +128,12 @@ To import the stylesheet run the following command:
128
and include the stylesheet in your template:
129
130
<link rel="stylesheet" href="{{ asset('bundles/dcsrating/css/rating.css') }}" />
131
+
132
+### 5.1) Enable vote via ajax
133
134
+To vote via ajax you have to include the script below after loading the jQuery library:
135
136
+ <script src="{{ asset('bundles/dcsrating/js/rating.js') }}"></script>
137
138
## 6) Showing rating and enabling vote
139
0 commit comments