16,6 → 16,9 |
$('.pliage ul').hide(); |
$('.pliage > ul:first-child').hide(); |
|
$('.1er_element_date ul').show(); |
$('.1er_element_date > ul:first-child').show(); |
|
$('.lien_pliage').bind('click', function() { |
|
$(this).nextAll('ul').slideToggle(); |
27,9 → 30,24 |
initialiserElementsPliables(); |
}); |
|
/** |
************************************************************************************************ |
************************************************************************************************ |
|
Fonctions pour la fiche individu |
|
************************************************************************************************ |
************************************************************************************************ |
**/ |
|
observations = $('.observations_individu'); |
window.alert(dump(observations)); |
observations[0].ready(function() { |
window.alert(dump(observations)); |
$(this).nextAll('ul').show(); |
}); |
|
|
/** |
************************************************************************************************ |
************************************************************************************************ |
82,8 → 100,6 |
}); |
|
|
|
|
/** |
************************************************************************************************ |
************************************************************************************************ |