javascript - internet explorer (edge) double-rendering of jquery appends -


i have baffling issue how ie (edge) rendering simple, jquery-driven page. every once in while (maybe 1 in 20 page loads), encounter ie-only issue page renders rows of identical table content twice per row. example, 50-row table rendered 100 rows, rows 1 & 2 identical, rows 3 & 4 identical, etc. moreover, every table on page have same issue. i'm using jquery content-tweaking , display, nothing out of ordinary. things .append(), .html(), etc.

has ever encountered ie bug? if so, can send me info on how find out more. (for example, rendering bug named? many thanks.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -