mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Merge SlexAxton/jquery:master into jquery/jquery:master.
This commit is contained in:
commit
01cba2ecaa
@ -10,7 +10,8 @@ jQuery.extend({
|
|||||||
uuid: 0,
|
uuid: 0,
|
||||||
|
|
||||||
// Unique for each copy of jQuery on the page
|
// Unique for each copy of jQuery on the page
|
||||||
expando: "jQuery" + jQuery.now(),
|
// Non-digits removed to match rinlinejQuery
|
||||||
|
expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
|
||||||
|
|
||||||
// The following elements throw uncatchable exceptions if you
|
// The following elements throw uncatchable exceptions if you
|
||||||
// attempt to add expando properties to them.
|
// attempt to add expando properties to them.
|
||||||
|
Loading…
Reference in New Issue
Block a user