Cerca una società

A.S. DILETTANTISTICA FIDASC 2 NEL MIRINO

Codice d'affiliazione 2703

Indirizzo Via Cascina Momassone Molino, 106, 13881, Cavaglià(BI)

Telefono 3939460707

Email nelmirinoasd@gmail.com

Consiglio Direttivo

Delle Donne Giorgio

Presidente

Vittorio Stefano

Vice-Presidente

Galasso Massimo

Segretario

Vittorio Denise

Consigliere

Lavecchia Felice

Consigliere

Vaccarone Emilia

Consigliere

Tesserati

Delle Donne Giorgio

Tessera: 56988

Galasso Andrea

Tessera: 89852

Galasso Massimo

Tessera: 56987

Vaccarone Emilia

Tessera: 56981

Vittorio Sergio

Tessera: 47876

Vittorio Alice

Tessera: 56986

Vittorio Stefano

Tessera: 49064

Vittorio Denise

Tessera: 49100

jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Scrivi o seleziona alcune opzioni","placeholder_text_single":"Seleziona un'opzione","no_results_text":"Nessun risultato"}); } }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword261'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Cerca nel sito') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform261').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced261'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword261').autocomplete({ serviceUrl: '/it/component/finder/?task=suggestions.suggest&format=json&tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });});