X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fdata.js;h=bb7febfbaf4d1df086e48af4a84f09e816f7390f;hb=faabb2c31883deabaddd5642eb5e708b5802f2b0;hp=732e9233b8a18131ecdbc77f68908524e6bee88b;hpb=2866f16c09cce43044d721563a7bdbd9170fb494;p=jquery.git diff --git a/src/data.js b/src/data.js index 732e923..bb7febf 100644 --- a/src/data.js +++ b/src/data.js @@ -9,8 +9,9 @@ jQuery.extend({ // Please use with caution uuid: 0, - // Unique for each copy of jQuery on the page - expando: "jQuery" + jQuery.now(), + // Unique for each copy of jQuery on the page + // Non-digits removed to match rinlinejQuery + expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ), // The following elements throw uncatchable exceptions if you // attempt to add expando properties to them.