javascript - Best way to make Jaws read a page element -


i'm trying change content of iframe in webpage , want jaws screen reader read content.

for this, have used jquery("#vn_space").focus();

but doesn't seems work in browsers. ie9, jaws not reading links 'links' , in ff not reading iframe content @ all.

what should make jaws read changed content?

have try using attribute tabindex in html? may worthwhile give aria-label , role try see if issue.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -