I try integratte kwicks slider (like image gallery) into mainpage of site (See dev.podmoscvoy.ru) But after redraw ul>li (with image) i have not any reaction. Used last kwicks version code.
Code is standart for kwicks
<div id="metaslider_container_99">
<div id="metaslider_99" class="kwicksslider">
<ul class="kwicks kwicks-horizontal" style="width:700px;height:400px">
<li >here is image definition</li>
<li >here is image definition</li>
<li >here is image definition</li>
</ul>
</div>
</div>
code JS
$(function() {
$('#metaslider_99>ul.kwicks').kwicks({
behavour:'menu'
});
});
No javascrip errors, but kwicks not played. Please help
You have a typo (опечатка, в общем :)). I'm talking about example of the code at fiddle and in your question..
not