JQuery - a strange number occurs in an HTML element in IE

I am having a problem with my webapp. I expect a formatted form, but I get a white screen. If I browse the source of InternetExplorer, I read strange HTML tags like:

<body jQuery1337692490330="9" onload="showSubform(false,''); ...>

What does it mean? Thanks in advance. In Firefox, it looks like this:

<body onload="showSubform(false,''); ...>

JSF-based webapp created frame-based code. Thanks in advance.

+3
source share
2 answers

This is the attribute expandothat is the key that represents this element in the jquery cache. This is the cache index whose name is made up of the string Jquery + timestamp. This will not cause any problems on your page.

+2
source

jQuery1337692490330="9" HTML jQuery .

, , .

, ,

+3

All Articles