IE: problem with timestamp attribute
Hello,
I use jquery 1-2-6 to modify HTML snippets. Everything worked fine until today. Today I used Internet Explorer instead of Firefox and found out that jquery modifies my HTML source code in the following way:
<HTML jQuery1231602834750="248">
...
<TBODY jQuery1231602834750="246">
...
<TR jQuery1231602834750="245">
So somehow a kind of jquery timestamp attribute is added to every single tag. But only when I use IE.
How can I get rid of these attributes?
Thank you for any help.
Rhodes