mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Shim/shiv the datalist element for crabby Uncle oldIE.
This commit is contained in:
parent
1ad614b4a9
commit
2a1e5eccf5
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
// html5shiv, enabling HTML5 elements to be used with jQuery
|
// html5shiv, enabling HTML5 elements to be used with jQuery
|
||||||
( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
|
( "abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup " +
|
||||||
"mark meter nav output progress section summary time video"
|
"mark meter nav output progress section summary time video"
|
||||||
).replace(/\w+/g, function(n) {
|
).replace(/\w+/g, function(n) {
|
||||||
document.createElement(n);
|
document.createElement(n);
|
||||||
|
Loading…
Reference in New Issue
Block a user