Alcorn News
Recent Stories from around campus, published daily
Alcorn Department of AT to host TYC Alcorn Department of Read More
Ag Academy Summer Camp 2012 2012-06-01T17:00:002012-06-29T05:00:0027.12:00:00Ag Academy Summer Camp 2012Alcorn Read More
New Incoming Ladies Golden Girl Auditions 2012-06-02T14:00:002012-06-02T15:00:0001:00:00New Incoming Ladies Golden Read More
Alcorn retirement celebration honors more than 231 years of service Read More
Grandfather and grandson graduate 50 years apart Grandfather, grandson graduate 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!”;