Hi everyone,
Here is my question.
There is a live chat.
The main content is updated in a div set up like this:
<div id="content" role="main" aria-live="polite">
First of all we tried to re-draw it totally on each AJAX request:
// It's jQuery
$("#content").html(response);
Then (logically!) JAWS 14 - what I'm working with - began reading all
the chat content each 5 seconds (that's our update interval).
Then we realized that it's not too optimal to do so.
And we replaced it with a prepend:
$("#content").prepend(response);
response being, for sure, a server response with new chat content.
Now JAWS doesn't read automatically anything.
My question is: why is that? What are we doing wrong?
Thanks!
--
With best regards from Ukraine,
Andre
Skype: Francophile
Twitter:
http://twitter.com/m_elensule
Facebook:
http://facebook.com/menelion