How to enable all titles in Page

How to enable all titles in Page

Hi,

I have used below code to remove the title in the page

  $('button').eq(1).focusout(function () {
            $('[title]').removeAttr('title');       

Now I just want to enable back all titles(Tooltip) in the Page in another event.

can you please help me on that?