1
Hi all and thanks for the great work with Xoops.
I am using XOOPS 2.3.1 and try to put the the Kwicks effect using jQuery in my theme.
In the release 2.0.18 there were a modified version of xoops.js, provided by krisfr, that worked with jQuery, so I want to know if there is a similar modified version of the file for the 2.3.1 release.
I followed the step indicated in
Jeremy Martin blog but the effect didn't work.
After including jquery library tin the theme I used this code for the effect:
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('.kwicks').kwicks({
max : 300,
spacing : 0
});
});
script>
Html and css are the same of the tutorial.
Any idea on how to resolve it? Thanks in advance.
flymirco