jQuery.noConflict();

jQuery(document).ready(function(){
    var options = {
        selectOptionLabel: 'Vše'
    };
    jQuery('#tableReferences').tableFilter(options);
});

