17 lines
291 B
HTML
17 lines
291 B
HTML
|
<script type="text/javascript">
|
||
|
<!--
|
||
|
|
||
|
|
||
|
jQuery(document).ready(function() {
|
||
|
$('li.item:even').addClass('uneven');
|
||
|
|
||
|
[(#REM) move logos after info-publi]
|
||
|
|
||
|
$('li.item img.spip_logos').each(function(){
|
||
|
jQuery(this.parentNode.parentNode).next().after(this);
|
||
|
});
|
||
|
|
||
|
});
|
||
|
-->
|
||
|
</script>
|