Alcorn News
Recent Stories from around campus, published daily
2012 Homecoming Events 2012 Homecoming Lorman Campus 2012-09-23 10:00 A.M. Read More
2012 Social Sciences Meet and Greet(2)
2012 Founders Day 2012-09-27T15:00:002012-09-27T16:00:0001:00:002012 Founders DayOakland Memorial ChapelFalse<![CDATA[]]>Central Standard Time09999-12-31T23:59:59FalseFalse0001-01-01T00:00:00Central Read More
2012 Social Sciences Meet and Greet
$(‘.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!”;