0

I have such strings in jQuery code:

$('#global-container').text();
$('#global-container aside').text();

All browsers, including IE8, return the same non-empty string for $('#global-container').text(), but:

for $('#global-container aside').text() all browsers (but not IE8!!! why?) return non-empty string that contains many spaces and two numbers. IE8 returns only empty string. Why?

Haradzieniec
  • 9,086
  • 31
  • 117
  • 212

0 Answers0