jQuery(document).ready(function() {
    jQuery("#quick_search_query").submit(function(event) {
        jQuery("#quick_search_buttons > *").toggle();
    });   
});