Skip to content

Instantly share code, notes, and snippets.

@star-crossed
Last active August 29, 2015 14:15
Show Gist options
  • Save star-crossed/12a5f20e2cd880ae1dfc to your computer and use it in GitHub Desktop.
Save star-crossed/12a5f20e2cd880ae1dfc to your computer and use it in GitHub Desktop.
Remove tooltips from ASP.NET Calendar control
$(document).ready(function () {
$("table[title='Calendar']").find("a[title]").removeAttr("title");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment