Alcorn News
Recent Stories from around campus, published daily
CAMPUS STATUS: Thursday, January 17, 2013 CAMPUS STATUS: Thursday, January Read More
Text Message Alerts - Sign Up Now! Text Message Alerts Read More
Spring 2013 Refund Dates Spring 2013 Refund Dates All students Read More
Pilgrimage 2013 participants to share experiences, engage Alcorn community 2013-01-17T01:00:002013-01-17T02:00:0001:00:00Pilgrimage Read More
Sodexo at Alcorn January 2013 Events
HBOB Fan Bus(2)
ASU Career Development and Training Program The Department of Human 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!”;