dom icon indicating copy to clipboard operation
dom copied to clipboard

.empty() seems busted

Open tj opened this issue 10 years ago • 1 comments

too lazy to look into it right now but seems like these should be equivalent in my case:

  dom('#logs tbody > tr').remove();
  dom('#logs tbody').empty();

tj avatar Jan 29 '14 03:01 tj