$(document).ready(function(){
    $('a.btn-slide').click(function(){
        $(this).toggleClass("toggle_on");
    });
});
