Top of page

Corey D.B. Walker named interim Dean of Wake Forest’s School of Divinity

We are pleased to announce that Corey D.B. Walker, Ph.D., M.Div., M.T.S., director of Wake Forest’s African American Studies Program and scholar of African American social, political and religious thought, has been named interim Dean of the Wake Forest University School of Divinity, beginning Jan. […]

Categories: News


Archives

(function($) { $.expr[':'].Contains = function(a,i,m){ return (a.textContent || a.innerText || "").toLowerCase().indexOf(m[3].toLowerCase())>=0; }; $('#mySearch').bind('keyup',function(e){ if(e.keyCode == 13){ myFilter(); } }); $('#filter').bind('click keyup',function(){ myFilter(); }); $('#reset').bind('click keyup',function(){ $('#mySearch').val(''); myFilter(); }); function myFilter() { $rc = $('#resultCount'); var keyword = $('#mySearch').val(); if(keyword == ''){ $('#faculty-list p').show(); $rc.find('.info').text('Displaying all faculty.'); $rc.hide(); return; } console.log(keyword); var $matches = $('#faculty-list strong:Contains("'+keyword+'")'); $rc.find('.count').text($matches.length); if( $matches.length > 0 ){ $('#faculty-list p').hide(); $matches.parent().show(); $rc.find('.info').text(''); }else{ $('#faculty-list p').show(); $rc.find('.info').text('Displaying all faculty.'); } $rc.show(); } })( jQuery );