I have written a lot of pages last month and today I realized that innerText
doesn't work in Firefox.
I found textContent
, but I don't want to dig my tons of pages.
Also sometimes I used jQuery.text
, it seems to work everywhere.
So question: what is the simplest way out of this hell?