function toggle_factory( id ) { $('#childof_' + id).toggle(); $('#cat_' + id).toggleClass('make_bold'); }