mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 02:28:32 -05:00
Use now() in support.js instead of getTime.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
var root = document.documentElement,
|
||||
script = document.createElement("script"),
|
||||
div = document.createElement("div"),
|
||||
id = "script" + (new Date).getTime();
|
||||
id = "script" + now();
|
||||
|
||||
div.style.display = "none";
|
||||
div.innerHTML = ' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.55;">a</a><select><option>text</option></select>';
|
||||
|
||||
Reference in New Issue
Block a user