Has anyone been able to successfully remove the alt tags/(hover text) from events in the sharepoint 2010 calendar. I am trying to use Jquery to strip them out, but am having no success.
I have even tried the following to remove all alt tags:
$(document).ready(
function(){
$('a').removeAttr("alt"); });
Any help will huge. I am presenting the calendar to the execs tomorrow afternoon and need a quick fix.
cheers