$(function(){
  
  // 'data-' attributes
  $(".updates article").click(function(){
    window.location = $(this).attr("data-location");
  })
  

});

document.createElement('section');