Alcorn News
Recent Stories from around campus, published daily
2012 Founders Day Convocation 2012-09-27T15:00:002012-09-27T16:00:0001:00:002012 Founders Day ConvocationOakland Memorial ChapelFalse<![CDATA[]]>Central Read More
Get your tickets for HOMECOMING 2012 now!
Call for Paper: NAAAS and Affiliates National Conference
Alcorn holds 1st Annual Anniversary Recognition Program, honors its employees Read More
Honoring the Legacy of Medgar Wiley Evers '52: Help Alcorn Read More
Ambassador from Liberia to keynote 2012 Founders’ Day Convocation Ambassador Read More
$(‘.someDiv p’).each(function() {
var originalText = this.innerHTML;
var newText = originalText.replace(
‘
‘,
‘
‘
);
originalText.replace(
‘
'
);
if (originalText !== newText) {
this.innerHTML = newText;
}
});
});
document.getElementById(“.someDiv p”).innerHTML = “Hello JavaScript!”;