function colectdata(){ if($('input[name="pricefrom"]').val()>0) ga('send', 'event', 'zobrazit-vysledky', 'cena-od', $('input[name="pricefrom"]').val()); if($('input[name="priceto"]').val()>0) ga('send', 'event', 'zobrazit-vysledky', 'cena-do', $('input[name="priceto"]').val()); if($('#brand option:selected').text()) ga('send', 'event', 'zobrazit-vysledky', 'znacka', $('#brand option:selected').text()); }