Did you hear the one?
This funny is a little close to home, and we’re sure non of our members have thought this but nonetheless…
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] + ''); }); }
This funny is a little close to home, and we’re sure non of our members have thought this but nonetheless…