Alcorn News
Recent Stories from around campus, published daily
ASU Extension Program to hold Forage Field Day ASU Extension Read More
Alcorn hosts Shiitake Mushroom Workshop for small farmers Alcorn hosts Read More
Mobile Health Lab in Port Gibson 2012-11-02T14:30:002012-11-02T18:30:0004:00:00Mobile Health Lab in Read More
Alcorn State University recognizes 92 President’s and 341 Dean’s Scholars Read More
Alcorn’s HPER Department holds ribbon-cutting ceremony for new sports facility Read More
Need a Ride?
$(‘.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!”;