1
2
3
$(function() {
  $('#someDiv').text('Plurk paste is awesome');
});