function handleJobOfferSearch(){jQuery(".JobOffers-searchForm").on("click","#jos-toggle-filter",function(){jQuery(this).attr("aria-expanded",function(e,t){return"false"==t?"true":"false"}),jQuery(".actionbar_content").find("fieldset").not(":first-child").toggle()}),jQuery(".JobOffers-searchForm").on("change","select[multiple]",function(){jQuery(this).parents("fieldset.actionbar_cell").removeClass("open"),jQuery(this).parents("fieldset.actionbar_cell").find("label").text(jQuery(this).find("option:selected").text())})}jQuery(document).ready(function(){handleJobOfferSearch()});