$(document).ready(function(){
  attachACSnippetEvents();
});

function attachACSnippetEvents(){
    $("#ac-snippets .collapse").toggle();
    $("#ac-snippets .expand, #ac-snippets .collapse ").click(function(e) {e.preventDefault();$(this).parent().children(".toggle").toggle();})
}
