Hello good afternoon, I am making a website made with html php and mysql I currently set the title attribute of some HTML if I want to provide more information but when I'm going to show it on an ipad you can not show someone would help me solve that:
This is my title that I bring from the database through an ajax
tmpIdx = val.idCat;
tds += '<p class="tooltips" title="' + val.catDesLar + '">' + val.catDesCor + '</p>';
tds += '<div>';
}