I got trouble with my webapp. I am expecting a rendered form, but I get a white screen. If I view the InternetExplorer-source I read strange HTML-Tags like:
<body jQuery1337692490330="9" onload="showSubform(false,''); ...>
What does this mean? Thanks in advance. In Firefox it looks like this:
<body onload="showSubform(false,''); ...>
A JSF-based webapp produced the frame-based code. Thanks in advance.
It is the
expandoattribute, which is a key that represents that element in the jquery cache. It is the index in the cache that’s name is made up of the string Jquery + a timestamp. It will not be the cause of any issues on your page.