$("a.sfUploadable").attr('href', $("a.sfUploadable").attr('href') + '&wpUploadDescription=[[Catégorie:'+$("#imageCat").text()+']]');
/* --------------------*/ /* Boîtes déroulantes*/ /*--------------------*/
$( ".toggle-content" ).hide();
$( ".toggle" ).click( function(e) {
});
/* -----------------------------*/ /* Switch HQ-NQ sur les objets */ /*-----------------------------*/ var $swap = $('<div>'), $save = $('<div>'), $infobox = $("div.infobox"); var $switchlink = $("#bodyContent div.hqswitch a"); $switchlink.removeAttr('title'); var url = $switchlink.attr('href'); $swap.load(url+' .objet'); $save.html($infobox.clone()); function replace(e) { $(".infobox:first").replaceWith($swap.find(".objet")); $swap.html($save.find(".objet").clone()); $save.html($(".infobox:first").clone()); if ( $("#bodyContent div.hqswitch").hasClass("hq") ) { $("#bodyContent div.hqswitch").removeClass("hq"); } else { $("#bodyContent div.hqswitch").addClass("hq"); } e.preventDefault(); } $switchlink.toggle(replace, replace); /*----------*/ /* Tooltips*/ /*----------*/
$("#bodyContent").append("<div id='tooltip' style='position:fixed; z-index:150;'></div>");
var tooltipCache = {};
});
/*----------------------------------------------------------*/ /* Formulaire objet : remplissage automatique de 2-3 champs*/ /*----------------------------------------------------------*/
$("input[name='Objet[niveau]']").on('focusout', function()
{