Alcorn News
Recent Stories from around campus, published daily
ASU Annual Multicultural Festival on April 17 ASU Annual Multicultural Read More
Unity Through Diversity Week 2012-04-16T13:00:002012-04-20T22:00:004.09:00:00Unity Through Diversity WeekAlcorn State UniversityFalse<![CDATA[]]>Central Read More
Alcorn State, Department of Mass Communication holds Media Day 2012 Read More
12th Annual Health and Wellness Fair 2012-04-11T14:00:002012-04-11T20:00:0006:00:0012th Annual Health and Read More
Textbook Buyback 2012-05-01T14:00:002012-05-11T21:00:0010.07:00:00Textbook BuybackASU BookstoreFalse<![CDATA[Sell your previously used books and Read More
Alcorn State University scientists discover effect of purslane in swine 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!”;