Сообщение от Skipp
|
$('.splLink').first().click()
|
Не помогло
$(document).ready(function(){
$('.splLink').first().click()
$('.splLink').click(function(){
$('div.splCont').not($(this).parent().children('div.splCont')).slideUp('normal');
$(this).parent().children('div.splCont').slideDown('normal');
return false;
});
});