Skip to content

Instantly share code, notes, and snippets.

@yoko
Created December 14, 2009 11:00
Show Gist options
  • Save yoko/255975 to your computer and use it in GitHub Desktop.
Save yoko/255975 to your computer and use it in GitHub Desktop.
(function($) {
$.support.dataSchema = (
$.browser.msie && $.browser.version >= 8 || !$.browser.msie
);
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment