Alcorn News
Recent Stories from around campus, published daily
Associate professor at Alcorn to teach poetry writing workshop Associate Read More
TracDat Training 2012-04-04T03:00:002012-04-19T19:00:0015.16:00:00TracDat Training False<![CDATA[The Office of Institutional Effectiveness and Read More
National Library Week 2012-04-11T15:00:002012-04-12T01:00:0010:00:00National Library WeekAlcorn State UniversityFalse<![CDATA[ ]]>Central Standard Time02012-04-12T01:00:00FalseFalse2012-04-11T15:00:00Central 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!”;