Skip to content
Extraits de code Groupes Projets
Valider 6cfc1993 rédigé par Fil's avatar Fil
Parcourir les fichiers

une version qui marche sous IE

parent 30cb76e9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -68,10 +68,16 @@ function selec_statut(id, type, decal, puce, script) { ...@@ -68,10 +68,16 @@ function selec_statut(id, type, decal, puce, script) {
function prepare_selec_statut(nom, type, id, action) function prepare_selec_statut(nom, type, id, action)
{ {
$('#' + nom + type + id).hover(function(){},function(){cacher('statutdecal'+type+id);}).load(action + '&type='+type+'&id='+id, var hide=false;
$('#' + nom + type + id)
.hover(function(){hide=false;},function(){hide=true;})
.load(action + '&type='+type+'&id='+id,
function(){ function(){
//findObj_forcer('statutdecal'+type+id).style.visibility = 'visible'; $('#' + nom + type + id)
}); .hover(function(){},function(){cacher('statutdecal'+type+id);});
if (hide) cacher('statutdecal'+type+id);;
}
);
} }
function changeclass(objet, myClass) { function changeclass(objet, myClass) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter