Previous
Previous
“If we had no winter, the spring would not be so pleasant:
Next
Next
window.onload = init; function init() { var $year = $('.dt-published').map(function() { return $(this).attr('datetime').substr(0,4); }).get(); $( '.date-wrapper' ).each( function ( i ) { $( this ).append( '' + $year[i] + ''); }); }