$(document).ready(function() {
  $('div[title]').each(function(index) {
    this.title = '';
  });
});
