This answer claims that jQuery works fine with HTML5, but it doesn’t include (and I haven’t been able to find) any references in support.
jQuery should generally work fine with HTML5, as HTML5, as far as possible, is based on existing browser behaviour. Not sure if there would be any issues in older browsers though.
E.g. IE 6 doesn’t handle new HTML5 elements (like <article>
and <section>
) properly without some JavaScript help. One assumes jQuery plays nice with this, but I don’t actually know. See e.g. http://stackoverflow.com/questions/1191164/jquery-html5-append-appendto-and-ie for a possible issue.