Skip to content

Issues Empty

Zack Bloom edited this page Feb 4, 2014 · 1 revision

table

innerHTML properties of the table and tr objects are read-only

http://msdn.microsoft.com/en-us/library/ms532998%28v=vs.85%29.aspx#TOM_Create

IE8

select

Removing all children of select causes incorrect display bug.

take a look at jQuery source empty(). elem.options.length = 0 http://bugs.jquery.com/ticket/12336

IE8, 9

Clone this wiki locally