Finally I’ve found the solution :
<script type=”text/javascript”>
/* The first line waits until the page has finished to load and is ready to manipulate */
(function ($) {
$(document).ready(function(){
/* remove the ‘title’ attribute of all tags */
$(‘#footer [title=”Page 1″]’).removeAttr(“title”);
});
}(jQuery));
</script>
Ok perfect.
Thanks a lot :)
Nice,
I was a bit afraid to have to use an extended one. And just to understand, when does a website need to have the extended license ? I’ve read the all documentation about and it’s not really clear.
Thanks for your help
Regards