$(document).ready(function(){$(".btn-tooltip").each(function(){var a=$(this).attr("title");$(this).attr("data-title",a);$(this).attr("title","")})});