After the installation of this script the karma-pos and karma-neg votes are sent asynchronous (AJAX) to the server. The karma-counter updates instantly; the page does not reload.
| General Plugin info | |
|---|---|
| Author: | Patrick 'paxos' Dinger |
| Current Version: | 1.0 |
| Download: | here |
| Code: | - |
| Demo: | Demo |
| Forum Thread: | here |
After these steps, you're not done. you HAVE to follow the following three steps or the plugin will not work
<%plugin(PaxAjaxKarmaVote)%>
example:
<head><title>Your Site</title><%plugin(PaxAjaxKarmaVote)%></head>
example:
<a class="karmalink" href="<%karmaposlink%>">
example:
<span id="karma<%itemid%>"><%karma%></span>
If you do not set this properly, the counter will not update after click
-
You can disable the inclusion of JQuery in the options
This plugin uses the javascript library JQuery JQuery may cause problems if you use other librarys as Prototype, MooTools etc. so be careful
If you already have a version of JQuery included in your page you can disable the inclusion of the own JQuery in the plugin options